diff options
Diffstat (limited to 'libcli/util/error.h')
-rw-r--r-- | libcli/util/error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/util/error.h b/libcli/util/error.h index 77a2f5a4334..7b7de6c4f0f 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -51,4 +51,6 @@ convert a Unix error code to a WERROR *********************************************************************/ WERROR unix_to_werror(int unix_error); +NTSTATUS nt_status_squash(NTSTATUS nt_status); + #endif /* _SAMBA_ERROR_H */ |