diff options
Diffstat (limited to 'libcli/util/error.h')
-rw-r--r-- | libcli/util/error.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcli/util/error.h b/libcli/util/error.h index 84255448a0..5a7cc1b0b9 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -46,11 +46,4 @@ WERROR ntstatus_to_werror(NTSTATUS error); *********************************************************************/ NTSTATUS map_nt_error_from_unix(int unix_error); -enum ndr_err_code; - -/********************************************************************* - Map an NT error code from a NDR error code. -*********************************************************************/ -NTSTATUS ndr_map_error2ntstatus(enum ndr_err_code ndr_err); - #endif /* _SAMBA_ERROR_H */ |