summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-13 12:03:21 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:16 +0200
commit8246214e7ef5374acc0a1f97f4f1203374fba7f8 (patch)
tree6630e95586d6e09e1c5e954ed8b47494bff69a85 /source3/include/rpc_dce.h
parent8ffac961db75aa3e0727e0c8f3e15cb0916f64d7 (diff)
downloadsamba-8246214e7ef5374acc0a1f97f4f1203374fba7f8.tar.gz
samba-8246214e7ef5374acc0a1f97f4f1203374fba7f8.tar.bz2
samba-8246214e7ef5374acc0a1f97f4f1203374fba7f8.zip
s3-dcerpc: Remove unused functions and headers
parse_rpc.c is dead, long live parse_rpc.c ! Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 202382781e..e663a56ad6 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -37,24 +37,8 @@
#define RPC_HDR_REQ_LEN 8
-/* RPC_HDR_RESP - ms response rpc header */
-typedef struct rpc_hdr_resp_info {
- uint32 alloc_hint; /* allocation hint - data size (bytes) minus header and tail. */
- uint16 context_id; /* 0 - presentation context identifier */
- uint8 cancel_count; /* 0 - cancel count */
- uint8 reserved; /* 0 - reserved. */
-} RPC_HDR_RESP;
-
#define RPC_HDR_RESP_LEN 8
-/* RPC_HDR_AUTH */
-typedef struct rpc_hdr_auth_info {
- uint8 auth_type; /* See XXX_AUTH_TYPE above. */
- uint8 auth_level; /* See RPC_PIPE_AUTH_XXX_LEVEL above. */
- uint8 auth_pad_len;
- uint8 auth_reserved;
- uint32 auth_context_id;
-} RPC_HDR_AUTH;
#define RPC_HDR_AUTH_LEN 8