summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 17:28:16 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 17:28:16 +0100
commit7ec720af714fab17fcbba3febff0c162775c8186 (patch)
tree74d057080f28f622ad7456663b7b456174b0dbe8 /libcli/util/werror.h
parentddcab787c408824ff753b929abd2240bc088451d (diff)
downloadsamba-7ec720af714fab17fcbba3febff0c162775c8186.tar.gz
samba-7ec720af714fab17fcbba3febff0c162775c8186.tar.bz2
samba-7ec720af714fab17fcbba3febff0c162775c8186.zip
Use shared doserr.c.
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 1ebd5cc349..fe819fce5e 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -258,6 +258,7 @@ typedef uint32_t WERROR;
*****************************************************************************/
const char *win_errstr(WERROR werror);
+const char *get_friendly_werror_msg(WERROR werror);
#endif