summaryrefslogtreecommitdiff
path: root/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-07 23:27:57 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 08:58:31 +0100
commit84dbc2a82de0531c49fa7aa16fbdf8aba6324aac (patch)
tree55cfb736c44d2bd7cadbc91f7c1d5b726015fe8e /librpc/ndr/libndr.h
parent8b55ae178586d25854a929ace05f203d547242ad (diff)
downloadsamba-84dbc2a82de0531c49fa7aa16fbdf8aba6324aac.tar.gz
samba-84dbc2a82de0531c49fa7aa16fbdf8aba6324aac.tar.bz2
samba-84dbc2a82de0531c49fa7aa16fbdf8aba6324aac.zip
ndr: merge ndr_map_error2string and ndr_errstr.
Guenther
Diffstat (limited to 'librpc/ndr/libndr.h')
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index 302a5ec773..314df35907 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -363,6 +363,7 @@ struct ndr_interface_list {
*********************************************************************/
NTSTATUS ndr_map_error2ntstatus(enum ndr_err_code ndr_err);
const char *ndr_map_error2string(enum ndr_err_code ndr_err);
+#define ndr_errstr ndr_map_error2string
/* FIXME: Use represent_as instead */
struct dom_sid;