r12451: Add 'struct libnet_context;' - apparently the order of the prototypes
authorJelmer Vernooij <jelmer@samba.org>
Fri, 23 Dec 2005 14:21:50 +0000 (14:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:41 +0000 (13:47 -0500)
in proto.h previously already did this somehow, probably because it
was used as a return value before it was used as a parameter.
(This used to be commit 30861b0f0e6496d13fb61b2927e3f24d16a9b911)

source4/include/structs.h

index a7dd758b5c1259ac3d3e869be23947261a3bf23f..c03d8968c4536880d24ff3cb6f223908d5afa836 100644 (file)
@@ -180,6 +180,7 @@ struct dcesrv_endpoint;
 struct dcesrv_call_state;
 struct dcesrv_auth;
 
+struct libnet_context;
 struct libnet_Join;
 struct libnet_JoinDomain;
 union libnet_ChangePassword;