summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-23 14:21:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:41 -0500
commit81eb29da2a33b391cf2ca9eefd415c3aa45ff319 (patch)
tree7d706b6723e0d85a0589afdda47c5138fac7dc73
parent1ac5c35ed9bf5f557b8f42eee9c392af353430fe (diff)
downloadsamba-81eb29da2a33b391cf2ca9eefd415c3aa45ff319.tar.gz
samba-81eb29da2a33b391cf2ca9eefd415c3aa45ff319.tar.bz2
samba-81eb29da2a33b391cf2ca9eefd415c3aa45ff319.zip
r12451: Add 'struct libnet_context;' - apparently the order of the prototypes
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)
-rw-r--r--source4/include/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index a7dd758b5c..c03d8968c4 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -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;