]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Restructure generation of HTTP requests. Allow headers specified with
[wget] / src / utils.h
index 28976ff522c87e471c6b72188c3c949ea686f019..ccc832791b2f90aa8bbdf12515c3c9035a7de601 100644 (file)
@@ -68,6 +68,13 @@ char **sepstring PARAMS ((const char *));
 int frontcmp PARAMS ((const char *, const char *));
 void fork_to_background PARAMS ((void));
 
+#ifdef HAVE_STDARG_H
+char *aprintf PARAMS ((const char *, ...))
+     GCC_FORMAT_ATTR (1, 2);
+#else  /* not HAVE_STDARG_H */
+char *aprintf ();
+#endif /* not HAVE_STDARG_H */
+
 void touch PARAMS ((const char *, time_t));
 int remove_link PARAMS ((const char *));
 int file_exists_p PARAMS ((const char *));