summaryrefslogtreecommitdiff
path: root/src/htslib.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-10 19:08:05 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-10 19:08:05 +0000
commit917d6bd3c44476d032f40b61b6e49ce2ea76494e (patch)
tree419ba75e9d21462bed0324ad877a068f38de96bf /src/htslib.h
parenta085b2b2fa78158c9c60debb9c2f8d813ea528ae (diff)
Better logging for hashtables
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);