diff options
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 1ebd5cc349f..fe819fce5ec 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 |