From bb4c595810ccd9b849be2d20f5c16d6076d083bb Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 13 May 2013 14:31:20 +0000 Subject: Introducing the hts_log_print() logging function * cleaned up logging --- src/htslib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/htslib.h') 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); -- cgit v1.2.3