]> git.samba.org - abartlet/samba.git/.git/commitdiff
s3:proto.h: remove prototypes of error functions moved to common code. s3-talloc
authorMichael Adam <obnox@samba.org>
Sun, 12 Jun 2011 23:56:09 +0000 (01:56 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 13 Jun 2011 01:31:57 +0000 (03:31 +0200)
ntstatus_to_dos, werror_to_ntstatus, ntstatus_to_werror

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Jun 13 03:31:58 CEST 2011 on sn-devel-104

source3/include/proto.h

index ad8ae994ff1738954466bea67eff6223eab48b4e..f3643078c45c14c4bd74ab5a4ca1ab7937e17ff7 100644 (file)
@@ -982,9 +982,6 @@ NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx,
 /* The following definitions come from libsmb/errormap.c  */
 
 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_gss(uint32 gss_maj, uint32 minor);
 
 /* The following definitions come from libsmb/namecache.c  */