diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-06 23:28:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:21 -0500 |
commit | ba564a901e519b0f2cf2b7651bd260f618506b5c (patch) | |
tree | a898ee789be671abe8ca6039d90a419f3fe39149 /source4/torture | |
parent | c389883ba2c93dfc11ac410a952f42f1065057d2 (diff) | |
download | samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.tar.gz samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.tar.bz2 samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.zip |
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
default.
(This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/gentest.c | 1 | ||||
-rw-r--r-- | source4/torture/nbench/nbio.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/samlogon.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/samsync.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/schannel.c | 1 | ||||
-rw-r--r-- | source4/torture/torture.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index 8e23ac244f..35cae68636 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -26,6 +26,7 @@ #include "libcli/raw/libcliraw.h" #include "librpc/gen_ndr/ndr_security.h" #include "auth/gensec/gensec.h" +#include "torture/torture.h" #define NSERVERS 2 #define NINSTANCES 2 diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c index 3e4c9a0f92..863ddae83f 100644 --- a/source4/torture/nbench/nbio.c +++ b/source4/torture/nbench/nbio.c @@ -26,6 +26,7 @@ #include "dlinklist.h" #include "libcli/libcli.h" #include "libcli/raw/libcliraw.h" +#include "torture/torture.h" #define MAX_FILES 100 diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index 4dfba4a9fc..185a2a6870 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -28,6 +28,7 @@ #include "lib/crypto/crypto.h" #include "lib/cmdline/popt_common.h" #include "torture/rpc/proto.h" +#include "auth/gensec/schannel_proto.h" #define TEST_MACHINE_NAME "samlogontest" #define TEST_USER_NAME "samlogontestuser" diff --git a/source4/torture/rpc/samsync.c b/source4/torture/rpc/samsync.c index f0f19f0818..0b4fb14fda 100644 --- a/source4/torture/rpc/samsync.c +++ b/source4/torture/rpc/samsync.c @@ -29,6 +29,7 @@ #include "lib/crypto/crypto.h" #include "system/time.h" #include "torture/rpc/proto.h" +#include "auth/gensec/schannel_proto.h" #define TEST_MACHINE_NAME "samsynctest" #define TEST_WKSTA_MACHINE_NAME "samsynctest2" diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c index 3ad781c145..ee16d2de75 100644 --- a/source4/torture/rpc/schannel.c +++ b/source4/torture/rpc/schannel.c @@ -24,6 +24,7 @@ #include "librpc/gen_ndr/ndr_netlogon.h" #include "torture/rpc/proto.h" #include "lib/cmdline/popt_common.h" +#include "auth/gensec/schannel_proto.h" #define TEST_MACHINE_NAME "schannel" diff --git a/source4/torture/torture.c b/source4/torture/torture.c index b245492ad6..067af257fa 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -42,6 +42,7 @@ #include "torture/com/proto.h" #include "torture/nbt/proto.h" #include "torture/libnet/proto.h" +#include "torture/torture.h" int torture_nprocs=4; int torture_numops=10; |