summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-15 20:26:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-15 20:26:52 +0200
commit28fd4f6fcb101fc0274c43611a59d22072fb7891 (patch)
tree80e13cb31e126191ec4e6b374178746145114d5d /source3/include/rpc_dce.h
parentc05c5dba8a3ae832df4d2b1c58761089147288f1 (diff)
downloadsamba-28fd4f6fcb101fc0274c43611a59d22072fb7891.tar.gz
samba-28fd4f6fcb101fc0274c43611a59d22072fb7891.tar.bz2
samba-28fd4f6fcb101fc0274c43611a59d22072fb7891.zip
Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.
(This used to be commit 7bea00dca1ee08ef731dfa73110ef9c190a29919)
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 33ab365160..2793421734 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -157,10 +157,7 @@ enum schannel_direction {
#define RPC_MAX_PDU_FRAG_LEN 0x10b8 /* this is what w2k sets */
/* RPC_IFACE */
-typedef struct rpc_iface_info {
- struct GUID uuid; /* 16 bytes of rpc interface identification */
- uint32 version; /* the interface version number */
-} RPC_IFACE;
+typedef struct ndr_syntax_id RPC_IFACE;
#define RPC_IFACE_LEN (UUID_SIZE + 4)