From cb0460ddcb5898609be3f7f7ba855a03aa5e836d Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 17 May 2014 13:21:03 +0000 Subject: Added hts_set_log_vprint_callback() definition --- src/httrack-library.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/httrack-library.h b/src/httrack-library.h index e15f3ce..d92e377 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -127,6 +127,9 @@ 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); +HTSEXT_API void hts_set_log_vprint_callback(void (*callback)(httrackp * opt, + int type, + const char *format, va_list args)); /* Infos */ HTSEXT_API const char *hts_get_version_info(httrackp * opt); -- cgit v1.2.3