From: Volker Lendecke Date: Wed, 27 Nov 2019 17:55:53 +0000 (+0100) Subject: lib: Remove a duplicate fdprintf() prototype X-Git-Tag: ldb-2.1.0~485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c269ad02cbb6fae0d9b9db43d6700d06de1842;p=thirdparty%2Fsamba.git lib: Remove a duplicate fdprintf() prototype Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/source3/include/includes.h b/source3/include/includes.h index abe12ac0930..6c00e38f686 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -339,8 +339,6 @@ typedef char fstring[FSTRING_LEN]; /* add varargs prototypes with printf checking */ -/*PRINTFLIKE2 */ -int fdprintf(int , const char *, ...) PRINTF_ATTRIBUTE(2,3); /*PRINTFLIKE1 */ int d_printf(const char *, ...) PRINTF_ATTRIBUTE(1,2); /*PRINTFLIKE2 */