diff options
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c index 0dd6e1f..d57b120 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5648,6 +5648,11 @@ HTSEXT_API void hts_free_opt(httrackp * opt) { } } +// TEMPORARY - PUT THIS STRUCTURE INSIDE httrackp ! +const hts_stat_struct* hts_get_stats(httrackp * opt) { + return &HTS_STAT; +} + // defaut wrappers static void __cdecl htsdefault_init(t_hts_callbackarg * carg) { } |