diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:59:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:59:15 +0200 |
commit | f18296151d1d8774b861ef6bd751b48ef9ee2f92 (patch) | |
tree | 611553ae425f963afeaa4ba7b028bbce7415d1a6 /librpc | |
parent | 9d2d66610947a78c33616b7df7e9bf0c224b73e6 (diff) | |
parent | 0b68762af7055bb3f60e28ab543dcad2736028e9 (diff) | |
download | samba-f18296151d1d8774b861ef6bd751b48ef9ee2f92.tar.gz samba-f18296151d1d8774b861ef6bd751b48ef9ee2f92.tar.bz2 samba-f18296151d1d8774b861ef6bd751b48ef9ee2f92.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/ndr/libndr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index bedf41e965..05455da084 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -337,6 +337,11 @@ struct ndr_interface_list { const struct ndr_interface_table *table; }; +/********************************************************************* + Map an NT error code from a NDR error code. +*********************************************************************/ +NTSTATUS ndr_map_error2ntstatus(enum ndr_err_code ndr_err); + /* FIXME: Use represent_as instead */ struct dom_sid; enum ndr_err_code ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid); |