summaryrefslogtreecommitdiff
path: root/src/htslib.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-16 19:33:24 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-16 19:33:24 +0000
commit818001ba76b3b9deae956e213ffdf1206fe02635 (patch)
treeb2b489adb39605ed99b63ed5f97c839155651c83 /src/htslib.h
parentb4c15a3b3beb4d000c92b2147f9056c25bbc4818 (diff)
Added hts_get_stats()
Diffstat (limited to 'src/htslib.h')
-rw-r--r--src/htslib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.h b/src/htslib.h
index 354b4cc..67ac534 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -249,6 +249,7 @@ HTSEXT_API int hts_resetvar(void); /* dummy */
HTSEXT_API void hts_debug(int level);
HTSEXT_API httrackp *hts_create_opt(void);
HTSEXT_API void hts_free_opt(httrackp * opt);
+HTSEXT_API const hts_stat_struct* hts_get_stats(httrackp * opt);
HTSEXT_API void set_wrappers(httrackp * opt); /* LEGACY */
HTSEXT_API int plug_wrapper(httrackp * opt, const char *moduleName,
const char *argv);