diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-17 13:21:03 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-17 13:21:03 +0000 |
commit | cb0460ddcb5898609be3f7f7ba855a03aa5e836d (patch) | |
tree | c0d88fa863e53b0895062d0f6106d2c78256625e /src/httrack-library.h | |
parent | fb9e02ffb93519fa9fe5ea66d6a96bd3270ca734 (diff) |
Added hts_set_log_vprint_callback() definition
Diffstat (limited to 'src/httrack-library.h')
-rw-r--r-- | src/httrack-library.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |