source4/torture: Fix prototypes for all functions.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 18 Mar 2011 23:45:16 +0000 (00:45 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 19 Mar 2011 02:20:05 +0000 (03:20 +0100)
source4/torture/auth/ntlmssp.c
source4/torture/auth/pac.c
source4/torture/drs/drs_util.c
source4/torture/drs/unit/schemainfo_tests.c
source4/torture/smb2/util.c
source4/torture/util_smb.c
source4/torture/winbind/struct_based.c

index db8651c0a508c700dd4863115a7437c728279142..93529eeb1d2d30a2c4674dd141cf6a2834a20378 100644 (file)
@@ -23,6 +23,7 @@
 #include "lib/cmdline/popt_common.h"
 #include "torture/torture.h"
 #include "param/param.h"
+#include "torture/auth/proto.h"
 
 static bool torture_ntlmssp_self_check(struct torture_context *tctx)
 {
index 5c547d71bcafd1b82a118795dff4d30c215e9da9..4a306131ccf74ff5af1fcf4b07d0991d7ced4f2e 100644 (file)
@@ -30,6 +30,7 @@
 #include "auth/auth_sam_reply.h"
 #include "param/param.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
+#include "torture/auth/proto.h"
 
 static bool torture_pac_self_check(struct torture_context *tctx)
 {
index d2d3e3a94993ca49f6aabceb98f4b3e2ced4e9ae..8773745760a0f541dc5047fc4828876e38224205 100644 (file)
@@ -24,6 +24,7 @@
 #include "dsdb/samdb/samdb.h"
 #include "torture/rpc/drsuapi.h"
 #include "../lib/util/asn1.h"
+#include "torture/drs/proto.h"
 
 /**
  * Decode Attribute OID based on MS documentation
index 95469d9130d92d22d3372937663d4162403607ed..2fb5308f741c1644cac3ecada90f3bcdefb4350c 100644 (file)
@@ -29,6 +29,8 @@
 #include "torture/rpc/drsuapi.h"
 #include "librpc/ndr/libndr.h"
 #include "param/param.h"
+#include "torture/drs/proto.h"
+#include "torture/drs/proto.h"
 
 
 /**
index 8feb96857d1b13f5c4ab3d818e5eb5d64e134137..54aea81e0bd1d4573d06f0a2500623926b4be98c 100644 (file)
@@ -30,6 +30,7 @@
 #include "libcli/resolve/resolve.h"
 
 #include "torture/torture.h"
+#include "torture/smb2/proto.h"
 
 
 /*
index df2716f3160ef9bf4cbd9f93da9d825efd33252f..7a480b6fed36bf560d15d4ae3ea7ffa8a697cf2d 100644 (file)
@@ -34,6 +34,7 @@
 #include "param/param.h"
 #include "libcli/security/security.h"
 #include "libcli/util/clilsa.h"
+#include "torture/util.h"
 
 
 /**
index e15c3b5bd8f9161acb7f5f5ff722bf116260da98..aeb81c972ced932e05fa24d0a91801f4f21c1d88 100644 (file)
@@ -25,6 +25,7 @@
 #include "librpc/gen_ndr/netlogon.h"
 #include "param/param.h"
 #include "../libcli/auth/pam_errors.h"
+#include "torture/winbind/proto.h"
 
 #define DO_STRUCT_REQ_REP_EXT(op,req,rep,expected,strict,warnaction,cmt) do { \
        NSS_STATUS __got, __expected = (expected); \