Commit Diff
Diff:
7deacbaa11e237c987ba7d379a3162846cda8f2d
daa996f1778a1d7ba97a10936fbbb522cc63b581
Commit:
daa996f1778a1d7ba97a10936fbbb522cc63b581
Tree:
5a9a8ad8ae393a5e0342bf5221366d3dc5757ee6
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Mon Apr 21 10:53:38 2003 UTC
Message:
Added missing prototype for dummy_snprintf().
blob - 3713c408ff1b1214b6e0f399597db083d18dcb5b
blob + 3f9707b7a65affa657477c75aa8e132db7fe5d82
--- src/portab/vsnprintf.c
+++ src/portab/vsnprintf.c
@@ -14,7 +14,7 @@
#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"
@@ -98,6 +98,7 @@ static char UNUSED id[] = "$Id: vsnprintf.c,v 1.4 2002
/* 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
IRCNow