From 84dbc2a82de0531c49fa7aa16fbdf8aba6324aac Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 7 Feb 2011 23:27:57 +0100 Subject: ndr: merge ndr_map_error2string and ndr_errstr. Guenther --- librpc/ndr/libndr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/ndr/libndr.h') 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; -- cgit