From 7d757d6ac3be143bb08d2deb61a4b2211b4d22cd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Jul 2011 11:05:31 +0200 Subject: s3:libsmb: remove unused smb_dos_errstr() metze --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 822ed1cd15..5d15e4e77a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1135,7 +1135,6 @@ bool netsamlogon_cache_have(const struct dom_sid *user_sid); const char *smb_dos_err_name(uint8 e_class, uint16 num); const char *get_dos_error_msg(WERROR result); const char *smb_dos_err_class(uint8 e_class); -char *smb_dos_errstr(char *inbuf); WERROR map_werror_from_unix(int error); /* The following definitions come from libsmb/trustdom_cache.c */ -- cgit