]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Replace opt.no_flush with a function to disable/enable flushing.
[wget] / src / wget.h
index f5eff47e4f46e2d37e0db28c68902fb7d24851c6..f0cabd16c4e4c614d0d1b6f5094a398a5399ae66 100644 (file)
@@ -98,6 +98,8 @@ void logprintf ();
 void debug_logprintf ();
 #endif /* not HAVE_STDARG_H */
 void logputs PARAMS ((enum log_options, const char *));
+void logflush PARAMS ((void));
+void log_set_flush PARAMS ((int));
 
 /* Defined in `utils.c', but used literally everywhere.  */
 #ifndef DEBUG_MALLOC