diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-10 19:08:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-10 19:08:05 +0000 |
commit | 917d6bd3c44476d032f40b61b6e49ce2ea76494e (patch) | |
tree | 419ba75e9d21462bed0324ad877a068f38de96bf /src/httrack-library.h | |
parent | a085b2b2fa78158c9c60debb9c2f8d813ea528ae (diff) |
Better logging for hashtables
Diffstat (limited to 'src/httrack-library.h')
-rw-r--r-- | src/httrack-library.h | 2 |
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); |