From 44fb1140bb92259f10852e24bde82a13f926ca15 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 30 May 2011 10:40:37 +0200 Subject: s3-rpc_server: Added syntax id to pipe_rpc_fns struct. --- source3/include/ntdomain.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index ed97182b25..fc30dd984a 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -86,7 +86,8 @@ typedef struct pipe_rpc_fns { const struct api_struct *cmds; int n_cmds; - uint32 context_id; + uint32_t context_id; + struct ndr_syntax_id syntax; } PIPE_RPC_FNS; -- cgit