summaryrefslogtreecommitdiff
path: root/src/httrack-library.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httrack-library.h')
-rw-r--r--src/httrack-library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h
index 21ff79c..8c63fb4 100644
--- a/src/httrack-library.h
+++ b/src/httrack-library.h
@@ -116,6 +116,8 @@ HTSEXT_API int plug_wrapper(httrackp * opt, const char *moduleName,
HTSEXT_API int hts_log(httrackp * opt, const char *prefix, const char *msg);
HTSEXT_API void hts_log_print(httrackp * opt, int type, const char *format,
...) HTS_PRINTF_FUN(3, 4);
+HTSEXT_API void hts_log_vprint(httrackp * opt, int type, const char *format,
+ va_list args);
/* Infos */
HTSEXT_API const char *hts_get_version_info(httrackp * opt);