s4:s3compat Add struct declarations to avoid warnings in s3compat_wrapper.h
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 00:12:22 +0000 (10:12 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 11:57:32 +0000 (21:57 +1000)
source4/s3compat/s3compat_wrapper.h

index 6f795d24d75e1dd6f6020b7e185802c9640ff950..1c21b4424eb4548812f96f01de78b6b4a0241b75 100644 (file)
@@ -1,9 +1,11 @@
+struct auth_context;
 struct auth_usersupplied_info;
 struct auth_serversupplied_info;
 struct wbsrv_connection;
 struct winbindd_cli_state;
 struct winbindd_request;
 struct wbsrv_samba3_call;
+struct netr_SamInfo3;
 #include "s3compat_wrapper_proto.h"
 void s3compat_initialise_winbindd(const char *config_file);
 struct winbindd_cli_state *s3compat_winbindd_accepted_new_connection(struct wbsrv_connection *wbsrv_conn, bool privileged);