1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

libcli/: Fix prototypes for all functions.

This commit is contained in:
Jelmer Vernooij
2011-03-19 00:45:56 +01:00
parent 0b4eb47e27
commit fa387825e2
5 changed files with 8 additions and 0 deletions

View File

@ -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 */