summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-01 12:22:50 +0000
committerAndrew Tridgell <tridge@samba.org>2005-07-01 12:22:50 +0000
commiteb2064c27143f8e8746f4d2e25004be82fc44875 (patch)
tree673496b841a6917a5cc28af6839032fa5bb61962 /source/librpc/rpc/dcerpc.c
parentb636e81ecdde9b34b940596024e41201ab5fa7c8 (diff)
downloadsamba-eb2064c27143f8e8746f4d2e25004be82fc44875.tar.gz
samba-eb2064c27143f8e8746f4d2e25004be82fc44875.tar.xz
samba-eb2064c27143f8e8746f4d2e25004be82fc44875.zip
r8057: use our defined push/pull types in the validate code (fixes a warning)
Diffstat (limited to 'source/librpc/rpc/dcerpc.c')
-rw-r--r--source/librpc/rpc/dcerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/librpc/rpc/dcerpc.c b/source/librpc/rpc/dcerpc.c
index d253fcaacc5..e60c21f8dc0 100644
--- a/source/librpc/rpc/dcerpc.c
+++ b/source/librpc/rpc/dcerpc.c
@@ -1134,8 +1134,8 @@ static NTSTATUS dcerpc_ndr_validate_out(struct dcerpc_connection *c,
TALLOC_CTX *mem_ctx,
void *struct_ptr,
size_t struct_size,
- NTSTATUS (*ndr_push)(struct ndr_push *, int, void *),
- NTSTATUS (*ndr_pull)(struct ndr_pull *, int, void *))
+ ndr_push_flags_fn_t ndr_push,
+ ndr_pull_flags_fn_t ndr_pull)
{
void *st;
struct ndr_pull *pull;