summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-20 12:15:13 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:26:01 +0200
commit3aab0c701caa885a1256b07ab5ca7f9a51c6018b (patch)
treeef71534ddce918f51aa7a1688a30fbfb6a1a8418 /source3/librpc
parent8b4f5319efdb43cc5858424528ee5d4a9dcea730 (diff)
downloadsamba-3aab0c701caa885a1256b07ab5ca7f9a51c6018b.tar.gz
samba-3aab0c701caa885a1256b07ab5ca7f9a51c6018b.tar.bz2
samba-3aab0c701caa885a1256b07ab5ca7f9a51c6018b.zip
s3-build: only include rpc_misc.h where needed.
Guenther
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc.h2
1 files changed, 2 insertions, 0 deletions
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,