diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-10 19:08:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-10 19:08:05 +0000 |
commit | 917d6bd3c44476d032f40b61b6e49ce2ea76494e (patch) | |
tree | 419ba75e9d21462bed0324ad877a068f38de96bf /src/htslib.h | |
parent | a085b2b2fa78158c9c60debb9c2f8d813ea528ae (diff) |
Better logging for hashtables
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 3 |
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); |