From 917d6bd3c44476d032f40b61b6e49ce2ea76494e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 10 May 2014 19:08:05 +0000 Subject: Better logging for hashtables --- src/httrack-library.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/httrack-library.h') 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); -- cgit v1.2.3