source4/winbind: Fix prototypes for all functions.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 18 Mar 2011 23:44:11 +0000 (00:44 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 19 Mar 2011 02:20:05 +0000 (03:20 +0100)
source4/winbind/wb_async_helpers.c
source4/winbind/wb_async_helpers.h
source4/winbind/wb_utils.c

index 5d530ca149ba8631da7e29edebd770af361e8d5c..2af8567fd4cfe1358d74238f4baa007a5557b4cb 100644 (file)
@@ -29,6 +29,8 @@
 #include "librpc/gen_ndr/ndr_lsa_c.h"
 #include "librpc/gen_ndr/ndr_samr_c.h"
 
+#include "winbind/wb_helper.h"
+
 
 struct lsa_lookupsids_state {
        struct composite_context *ctx;
index 0dc2d4ff101afb9fde9dc09abda17b5d204638e6..c930bc02a0f982b0a97b041fdf34038aae703e02 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef __WB_ASYNC_HELPERS_H__
 #define __WB_ASYNC_HELPERS_H__
 
+struct dcerpc_pipe;
+
 #include "librpc/gen_ndr/lsa.h"
 
 struct wb_sid_object {
index ffc4aa1950827fd60386d02f981e603b1a5ad88f..0d1f228090c4a9b8cb841d1cabc54a6725c4d6ba 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "includes.h"
 #include "param/param.h"
+#include "libcli/security/dom_sid.h"
+#include "winbind/wb_async_helpers.h"
+#include "winbind/wb_helper.h"
 
 
 /* Split a domain\\user string into it's parts, because the client supplies it