diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-13 14:31:20 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-13 14:31:20 +0000 |
commit | bb4c595810ccd9b849be2d20f5c16d6076d083bb (patch) | |
tree | a0443629b2d996f0597f75e8bafee3f8fd13505e /src/htslib.h | |
parent | 84c47b0ce10547fdf223f721ef88f7af09af5401 (diff) |
Introducing the hts_log_print() logging function
* cleaned up logging
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.h b/src/htslib.h index a676af6..cb93367 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -399,6 +399,7 @@ HTSEXT_API char* fconv(char *catbuff, const char* a); char* fslash(char *catbuff, const char* a); #ifndef HTTRACK_DEFLIB 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); #endif char* convtolower(char *catbuff, const char* a); |