diff options
Diffstat (limited to 'source4/build/pidl/packet-dcerpc-eparser.h')
-rw-r--r-- | source4/build/pidl/packet-dcerpc-eparser.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/build/pidl/packet-dcerpc-eparser.h b/source4/build/pidl/packet-dcerpc-eparser.h index 2e3d557bf7..95514aac37 100644 --- a/source4/build/pidl/packet-dcerpc-eparser.h +++ b/source4/build/pidl/packet-dcerpc-eparser.h @@ -41,6 +41,11 @@ struct e_ndr_pull { int flags; }; +struct ndr_pull_save { + guint32 offset; + struct ndr_pull_save *next; +}; + /* offset lists are used to allow a push/pull function to find the start of an encapsulating structure */ struct ndr_ofs_list { @@ -50,8 +55,6 @@ struct ndr_ofs_list { typedef long long gNTTIME; typedef long long gHYPER_T; -//typedef unsigned long long guint64; -//typedef long long gint64; #include "packet-dcerpc-proto.h" |