diff options
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 |