diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 10:05:44 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 10:05:44 +0000 |
commit | 7a1e4b826522ee6a12928a813b31ccb41f247d43 (patch) | |
tree | 94ff7504cebb2d33416be9eb9212b7a5175575cd /src/htslib.h | |
parent | 6c2120e0535ed51963229ca60438226fd3c3d8b9 (diff) |
Renamed inthash_* API to coucal_* one.
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htslib.h b/src/htslib.h index aec5803..b10c0f4 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -163,7 +163,7 @@ struct t_dnscache { void hts_init_htsblk(htsblk * r); // attach specific project log to hachtable logger -void hts_set_hash_handler(inthash hashtable, httrackp *opt); +void hts_set_hash_handler(coucal hashtable, httrackp *opt); // version HTSEXT_API const char* hts_version(void); |