diff options
author | Michael Adam <obnox@samba.org> | 2011-06-13 01:56:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-06-13 03:31:57 +0200 |
commit | 9923a8cf4373b757975c8fa27a4839a33833c032 (patch) | |
tree | e085bf1c75f70f67a2d14c90712552c8f2e2830a | |
parent | c118bcf7556929aadf853a3e0bb7748210126dd2 (diff) | |
download | samba-9923a8cf4373b757975c8fa27a4839a33833c032.tar.gz samba-9923a8cf4373b757975c8fa27a4839a33833c032.tar.bz2 samba-9923a8cf4373b757975c8fa27a4839a33833c032.zip |
s3:proto.h: remove prototypes of error functions moved to common code.
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
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ad8ae994ff..f3643078c4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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 */ |