diff options
author | Simo Sorce <idra@samba.org> | 2010-07-14 02:04:04 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-16 01:51:17 +0200 |
commit | cb3725a9310d88a8d5226025292e25d178d7a4db (patch) | |
tree | a9e8a4dfc360084b0de281f7ba66083651889e55 /librpc/idl/dcerpc.idl | |
parent | f9a15d1d94b4ea97f560536c32780b1c7e43c451 (diff) | |
download | samba-cb3725a9310d88a8d5226025292e25d178d7a4db.tar.gz samba-cb3725a9310d88a8d5226025292e25d178d7a4db.tar.bz2 samba-cb3725a9310d88a8d5226025292e25d178d7a4db.zip |
dcerpc: remove ncacn_packet_header and related functions
ncacn_packet_header was an artifact and it is not necessary anymore
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl/dcerpc.idl')
-rw-r--r-- | librpc/idl/dcerpc.idl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl index 68def36c5f..d98d7bd76f 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -317,18 +317,6 @@ interface dcerpc /* little-endian flag */ const uint8 DCERPC_DREP_LE = 0x10; - /* header only version of ncacn_packet */ - typedef [public] struct { - uint8 rpc_vers; /* RPC version */ - uint8 rpc_vers_minor; /* Minor version */ - dcerpc_pkt_type ptype; /* Packet type */ - uint8 pfc_flags; /* Fragmentation flags */ - uint8 drep[4]; /* NDR data representation */ - uint16 frag_length; /* Total length of fragment */ - uint16 auth_length; /* authenticator length */ - uint32 call_id; /* Call identifier */ - } ncacn_packet_header; - typedef [public] struct { uint8 rpc_vers; /* RPC version */ uint8 rpc_vers_minor; /* Minor version */ |