summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:45:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commitfa387825e2a4563ff85267848d8e9d206bf6db96 (patch)
tree082b3cfeb241a483b9dc6409dd362f93a157361c /libcli/util
parent0b4eb47e2703e425f77010ae00bef6a50de88ea1 (diff)
downloadsamba-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.h2
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 */