diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 17:28:16 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 17:28:16 +0100 |
commit | 7ec720af714fab17fcbba3febff0c162775c8186 (patch) | |
tree | 74d057080f28f622ad7456663b7b456174b0dbe8 /libcli/util/werror.h | |
parent | ddcab787c408824ff753b929abd2240bc088451d (diff) | |
download | samba-7ec720af714fab17fcbba3febff0c162775c8186.tar.gz |
Use shared doserr.c.
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r-- | libcli/util/werror.h | 1 |
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 |