From 264409750a569b632576e8cd6fddd72fc29e9660 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Jun 2011 14:40:07 +1000 Subject: s3-util: remove the s3 nterr.c this is now in common code Pair-Programmed-With: Andrew Bartlett --- source3/include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index f3643078c4..98445d89b5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1095,13 +1095,6 @@ bool get_dc_name(const char *domain, fstring srv_name, struct sockaddr_storage *ss_out); -/* The following definitions come from libsmb/nterr.c */ - -const char *nt_errstr(NTSTATUS nt_code); -const char *get_friendly_nt_error_msg(NTSTATUS nt_code); -NTSTATUS nt_status_string_to_code(const char *nt_status_str); -NTSTATUS nt_status_squash(NTSTATUS nt_status); - /* The following definitions come from libsmb/ntlmssp.c */ struct ntlmssp_state; NTSTATUS ntlmssp_set_username(struct ntlmssp_state *ntlmssp_state, const char *user) ; -- cgit