summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 22:29:16 +0100
committerGünther Deschner <gd@samba.org>2011-02-25 01:08:41 +0100
commit313db81ad3de6cf7759d6a0fc21ee32419b2e62b (patch)
tree8a81c8b01052e55ea8e6393661ea6b5f61f58c4d /source3/include
parentde8b373329931c921d95bf4f622d5713675288d9 (diff)
downloadsamba-313db81ad3de6cf7759d6a0fc21ee32419b2e62b.tar.gz
samba-313db81ad3de6cf7759d6a0fc21ee32419b2e62b.tar.bz2
samba-313db81ad3de6cf7759d6a0fc21ee32419b2e62b.zip
s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index fe4a2c1e37..ae048af19f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2602,7 +2602,6 @@ 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 */