diff options
author | Tim Potter <tpot@samba.org> | 2004-06-10 07:04:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:38 -0500 |
commit | 557ea1c6410079cf0ea58186f4db60302fc02155 (patch) | |
tree | c457c812d085c4f97e0a3ea68145bf3cd306de5b /source4/build/pidl/packet-dcerpc-eparser.h | |
parent | 0f36c59a95b3e2b63c0be2c4d3e0017c248c02bf (diff) | |
download | samba-557ea1c6410079cf0ea58186f4db60302fc02155.tar.gz samba-557ea1c6410079cf0ea58186f4db60302fc02155.tar.bz2 samba-557ea1c6410079cf0ea58186f4db60302fc02155.zip |
r1100: Comment out functions that we now get from other sources (misc.idl and
lsarpc.idl).
Add stub for ndr_pull_relative() function.
(This used to be commit b3bc3d2ef41e2c5948a05d0c10591befdb2444a5)
Diffstat (limited to 'source4/build/pidl/packet-dcerpc-eparser.h')
-rw-r--r-- | source4/build/pidl/packet-dcerpc-eparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/build/pidl/packet-dcerpc-eparser.h b/source4/build/pidl/packet-dcerpc-eparser.h index 5c26a40b3d..9e5dfdd3c8 100644 --- a/source4/build/pidl/packet-dcerpc-eparser.h +++ b/source4/build/pidl/packet-dcerpc-eparser.h @@ -80,4 +80,8 @@ void ndr_pull_string(struct e_ndr_pull *e_ndr, int hf); void ndr_pull_dom_sid2(struct e_ndr_pull *e_ndr, int hf); void ndr_pull_security_descriptor(struct e_ndr_pull *e_ndr, int hf); +void ndr_pull_relative(struct e_ndr_pull *ndr, + void (*fn)(struct e_ndr_pull *, int ndr_flags)); + + #endif /* _packet_dcerpc_eparser_h */ |