From fa387825e2a4563ff85267848d8e9d206bf6db96 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:45:56 +0100 Subject: libcli/: Fix prototypes for all functions. --- libcli/util/error.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli/util') 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 */ -- cgit