summaryrefslogtreecommitdiff
path: root/src/htslib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htslib.h')
-rw-r--r--src/htslib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htslib.h b/src/htslib.h
index 8a6c206..2b75dc4 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -234,6 +234,9 @@ struct t_dnscache {
// initialize an htsblk structure
void hts_init_htsblk(htsblk * r);
+// attach specific project log to hachtable logger
+void hts_set_hash_handler(inthash hashtable, httrackp *opt);
+
// version
HTSEXT_API const char* hts_version(void);