diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-30 23:18:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:06 -0500 |
commit | 046a54f96394fe49226ab2b48fdeb7c07937ea57 (patch) | |
tree | 248af554e418e3f676cfeb3f21419e9b0e86c01a /source4/torture/rpc | |
parent | 6ebe31dc1b26167a55b3dbe2eb229af3453c1479 (diff) | |
download | samba-046a54f96394fe49226ab2b48fdeb7c07937ea57.tar.gz samba-046a54f96394fe49226ab2b48fdeb7c07937ea57.tar.bz2 samba-046a54f96394fe49226ab2b48fdeb7c07937ea57.zip |
r12622: Move table.c prototypes to seperate header to prevent circular dependencies
with proto.h
(This used to be commit 9e0ba380374db028358158b9e4457dd930b5ab13)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/autoidl.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/countcalls.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/epmapper.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/mgmt.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/scanner.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/source4/torture/rpc/autoidl.c b/source4/torture/rpc/autoidl.c index 4abe9f415e..8913092243 100644 --- a/source4/torture/rpc/autoidl.c +++ b/source4/torture/rpc/autoidl.c @@ -23,6 +23,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_drsuapi.h" #include "librpc/gen_ndr/ndr_misc.h" +#include "librpc/rpc/dcerpc_table.h" #if 1 diff --git a/source4/torture/rpc/countcalls.c b/source4/torture/rpc/countcalls.c index 0441191ebf..bf0b1cd635 100644 --- a/source4/torture/rpc/countcalls.c +++ b/source4/torture/rpc/countcalls.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "librpc/rpc/dcerpc_table.h" BOOL torture_rpc_countcalls(void) diff --git a/source4/torture/rpc/epmapper.c b/source4/torture/rpc/epmapper.c index bb4fbb41bc..f7fa75d559 100644 --- a/source4/torture/rpc/epmapper.c +++ b/source4/torture/rpc/epmapper.c @@ -21,6 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_epmapper.h" +#include "librpc/rpc/dcerpc_table.h" /* diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c index 4ac5fa390c..e216ffe725 100644 --- a/source4/torture/rpc/mgmt.c +++ b/source4/torture/rpc/mgmt.c @@ -22,6 +22,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_mgmt.h" #include "auth/gensec/gensec.h" +#include "librpc/rpc/dcerpc_table.h" /* diff --git a/source4/torture/rpc/scanner.c b/source4/torture/rpc/scanner.c index 9ed414e2f4..0916dafc2c 100644 --- a/source4/torture/rpc/scanner.c +++ b/source4/torture/rpc/scanner.c @@ -22,6 +22,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_mgmt.h" +#include "librpc/rpc/dcerpc_table.h" /* work out how many calls there are for an interface |