diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 00:45:56 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 03:20:05 +0100 |
commit | fa387825e2a4563ff85267848d8e9d206bf6db96 (patch) | |
tree | 082b3cfeb241a483b9dc6409dd362f93a157361c /libcli/util | |
parent | 0b4eb47e2703e425f77010ae00bef6a50de88ea1 (diff) | |
download | samba-fa387825e2a4563ff85267848d8e9d206bf6db96.tar.gz samba-fa387825e2a4563ff85267848d8e9d206bf6db96.tar.bz2 samba-fa387825e2a4563ff85267848d8e9d206bf6db96.zip |
libcli/: Fix prototypes for all functions.
Diffstat (limited to 'libcli/util')
-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 77a2f5a433..7b7de6c4f0 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 */ |