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/rpc | |
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/rpc')
-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 |
3 files changed, 3 insertions, 0 deletions
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" |