s3-rpc_server: Added syntax id to pipe_rpc_fns struct.
[amitay/samba.git] / source3 / include / ntdomain.h
index ed97182b25804d259d2844624e5aadbedde2fa8b..fc30dd984ae934c14f0af7967a411187086968c9 100644 (file)
@@ -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;