summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-14 13:56:13 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:17 +0200
commit79c207ed62ef661add5d48ea898b7a415a9c17d9 (patch)
tree383c16c89e83eaadde50be41a47c84d7a681437e /source3/include/rpc_dce.h
parent84c50a248e3a7c02d6cbcbb5ce49a6580700d39a (diff)
downloadsamba-79c207ed62ef661add5d48ea898b7a415a9c17d9.tar.gz
samba-79c207ed62ef661add5d48ea898b7a415a9c17d9.tar.bz2
samba-79c207ed62ef661add5d48ea898b7a415a9c17d9.zip
s3-dceprc: Use IDL defined constants for length calculations
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 32ab19c157..4a4068be6f 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -31,15 +31,6 @@
/* #define MAX_PDU_FRAG_LEN 0x1630 this is what wnt sets */
#define RPC_MAX_PDU_FRAG_LEN 0x10b8 /* this is what w2k sets */
-#define RPC_IFACE_LEN (UUID_SIZE + 4)
-
#define RPC_HEADER_LEN 16
-#define RPC_HDR_REQ_LEN 8
-
-#define RPC_HDR_RESP_LEN 8
-
-
-#define RPC_HDR_AUTH_LEN 8
-
#endif /* _DCE_RPC_H */