]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added missing prototype for dummy_snprintf().
authorAlexander Barton <alex@barton.de>
Mon, 21 Apr 2003 10:53:38 +0000 (10:53 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 21 Apr 2003 10:53:38 +0000 (10:53 +0000)
src/portab/vsnprintf.c

index 3713c408ff1b1214b6e0f399597db083d18dcb5b..3f9707b7a65affa657477c75aa8e132db7fe5d82 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: vsnprintf.c,v 1.4 2002/12/12 11:37:11 alex Exp $";
+static char UNUSED id[] = "$Id: vsnprintf.c,v 1.5 2003/04/21 10:53:38 alex Exp $";
 
 #include "imp.h"
 
 
 #include "imp.h"
 
@@ -98,6 +98,7 @@ static char UNUSED id[] = "$Id: vsnprintf.c,v 1.4 2002/12/12 11:37:11 alex Exp $
 /* only include stdio.h if we are not re-defining snprintf or vsnprintf */
 #include <stdio.h>
 /* make the compiler happy with an empty file */
 /* only include stdio.h if we are not re-defining snprintf or vsnprintf */
 #include <stdio.h>
 /* make the compiler happy with an empty file */
+void dummy_snprintf PARAMS(( void ));
 void dummy_snprintf PARAMS(( void )) { }
 #else
 
 void dummy_snprintf PARAMS(( void )) { }
 #else