summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap_wbc.h
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/libsmb/errormap_wbc.h
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/libsmb/errormap_wbc.h')
-rw-r--r--source3/libsmb/errormap_wbc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/errormap_wbc.h b/source3/libsmb/errormap_wbc.h
new file mode 100644
index 0000000000..2042da4efc
--- /dev/null
+++ b/source3/libsmb/errormap_wbc.h
@@ -0,0 +1,3 @@
+/* The following definitions come from libsmb/errormap_wbc.c */
+
+NTSTATUS map_nt_error_from_wbcErr(wbcErr wbc_err);