X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=librpc%2Fndr%2Flibndr.h;h=4ab0bf5f0bb6dddbd115cd9cd6c0b2bf3275be89;hp=fdecddc0fcc5090d38f7972c8dfe925cd45c7000;hb=79255cec6a75cd96b05a42845ff39040d1a1dfbf;hpb=5baac15781779a3ebfa3807299e5329809835370;ds=sidebyside diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index fdecddc0fcc..4ab0bf5f0bb 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -342,6 +342,7 @@ struct ndr_interface_list { Map an NT error code from a NDR error code. *********************************************************************/ NTSTATUS ndr_map_error2ntstatus(enum ndr_err_code ndr_err); +const char *ndr_map_error2string(enum ndr_err_code ndr_err); /* FIXME: Use represent_as instead */ struct dom_sid;