From f1af78a5390e25c12c887a1fe8e5e4c6086ab06f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Oct 2005 09:19:59 +0000 Subject: r10807: Make the split-out files actually compile... Andrew Bartlett (This used to be commit a4282c14d5cf6b5eceb293d657c7cd5eaea89046) --- source4/torture/rpc/drsuapi.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/torture/rpc/drsuapi.c') diff --git a/source4/torture/rpc/drsuapi.c b/source4/torture/rpc/drsuapi.c index 8f772f1861..1d47a58747 100644 --- a/source4/torture/rpc/drsuapi.c +++ b/source4/torture/rpc/drsuapi.c @@ -24,10 +24,10 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_drsuapi.h" -#include "torture/rpc/drsupai.h" +#include "torture/rpc/drsuapi.h" -static BOOL test_DsBind(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, - struct DsPrivate *priv) +BOOL test_DsBind(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, + struct DsPrivate *priv) { NTSTATUS status; struct drsuapi_DsBind r; @@ -590,8 +590,8 @@ static BOOL test_DsGetNCChanges(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, return ret; } -static BOOL test_DsUnbind(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, - struct DsPrivate *priv) +BOOL test_DsUnbind(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, + struct DsPrivate *priv) { NTSTATUS status; struct drsuapi_DsUnbind r; -- cgit