]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] snprintf.c addition.
[wget] / src / sysdep.h
index 5cf8f8a682f635819ceb3e6f97462e65a08e12b4..92f979dcc1cb1ab587716e9af1d3c38c0194ce23 100644 (file)
@@ -147,6 +147,9 @@ char *strstr ();
 #ifndef HAVE_STRPTIME
 char *strptime ();
 #endif
+#ifndef HAVE_VSNPRINTF
+int vsnprintf ();
+#endif
 
 /* SunOS brain damage -- for some reason, SunOS header files fail to
    declare the functions below, which causes all kinds of problems