diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:00:36 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:00:36 +0000 |
commit | 46a9b89dd3e97cc77a494f45a0d0fbef785daacb (patch) | |
tree | b7f12eb57a9969a7ef1492e0770b9c9b29156201 /src/htslib.h | |
parent | b6ba5073a553097eb7c456e4d2e9729a7e7ba782 (diff) |
Added hts_has_stopped() flag, added some asserts
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 d89e68d..aa5d341 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -217,7 +217,7 @@ int ftp_available(void); #if HTS_DNSCACHE void hts_cache_free(t_dnscache *const cache); -t_dnscache *_hts_cache(httrackp * opt); +t_dnscache *hts_cache(httrackp * opt); #endif // outils divers |