summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-29 01:12:47 +0200
committerMichael Adam <obnox@samba.org>2009-05-29 23:28:39 +0200
commite31d4ee936cf8f7ec02770fa4b87fc821820b2ae (patch)
treee884ce3eb2f79d524620e0e6d338e961dd09c555 /source3/include
parentc3b67446d03957fc530afa079b344937253737ef (diff)
downloadsamba-e31d4ee936cf8f7ec02770fa4b87fc821820b2ae.tar.gz
samba-e31d4ee936cf8f7ec02770fa4b87fc821820b2ae.tar.bz2
samba-e31d4ee936cf8f7ec02770fa4b87fc821820b2ae.zip
s3:add prototype of map_nt_error_from_wbcErr() to proto.h
Michael
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d5e403fa85..a0ff361411 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -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 */