From 3aab0c701caa885a1256b07ab5ca7f9a51c6018b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 20 Aug 2010 12:15:13 +0200 Subject: s3-build: only include rpc_misc.h where needed. Guenther --- source3/librpc/rpc/dcerpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 3300b6e394..d064f3d6e3 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -26,6 +26,8 @@ #ifndef __DCERPC_H__ #define __DCERPC_H__ +#define SMB_RPC_INTERFACE_VERSION 1 + enum dcerpc_transport_t { NCA_UNKNOWN, NCACN_NP, NCACN_IP_TCP, NCACN_IP_UDP, NCACN_VNS_IPC, NCACN_VNS_SPP, NCACN_AT_DSP, NCADG_AT_DDP, NCALRPC, NCACN_UNIX_STREAM, -- cgit