s3:add prototype of map_nt_error_from_wbcErr() to proto.h
authorMichael Adam <obnox@samba.org>
Thu, 28 May 2009 23:12:47 +0000 (01:12 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 29 May 2009 21:28:39 +0000 (23:28 +0200)
Michael

source3/include/proto.h

index d5e403fa85daab499f4b7e959e8bc5def71f9a9a..a0ff361411a033d3010721f07aa44cfc0a1cec8a 100644 (file)
@@ -3001,6 +3001,7 @@ NTSTATUS dos_to_ntstatus(uint8 eclass, uint32 ecode);
 void ntstatus_to_dos(NTSTATUS ntstatus, uint8 *eclass, uint32 *ecode);
 NTSTATUS werror_to_ntstatus(WERROR error);
 WERROR ntstatus_to_werror(NTSTATUS error);
+NTSTATUS map_nt_error_from_wbcErr(wbcErr wbc_err);
 NTSTATUS map_nt_error_from_gss(uint32 gss_maj, uint32 minor);
 
 /* The following definitions come from libsmb/namecache.c  */