summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-01 12:22:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:04 -0500
commit6ecc79b8880237653677fcd9fa8b7f384e3a2e63 (patch)
treeabb462a06d3bd5c38096dcb0105f7caf617895d9 /source4
parenteab25a4d01705dcdb45bf509e4df40450e983828 (diff)
downloadsamba-6ecc79b8880237653677fcd9fa8b7f384e3a2e63.tar.gz
samba-6ecc79b8880237653677fcd9fa8b7f384e3a2e63.tar.bz2
samba-6ecc79b8880237653677fcd9fa8b7f384e3a2e63.zip
r8057: use our defined push/pull types in the validate code (fixes a warning)
(This used to be commit 4e14ebf51e871d6d70a194e2725c2158675dc6fc)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/rpc/dcerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c
index d253fcaacc..e60c21f8dc 100644
--- a/source4/librpc/rpc/dcerpc.c
+++ b/source4/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;