summaryrefslogtreecommitdiff
path: root/src/htslib.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-06 18:51:07 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-06 18:51:07 +0000
commitc0154f5e778624c6e1c7e69468b99b011452f03f (patch)
tree2b2832efde9de6db6b53039aa95ba2cf73ff34a8 /src/htslib.h
parentbd28ac98ded17e44c66d4b8b7e6a739b45dc8ae0 (diff)
Finished to cleanup the DNS cache.
Diffstat (limited to 'src/htslib.h')
-rw-r--r--src/htslib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htslib.h b/src/htslib.h
index 6760fb7..18d8d79 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -301,7 +301,7 @@ int ftp_available(void);
#if HTS_DNSCACHE
void hts_cache_free(t_dnscache * cache);
-int hts_dnstest(httrackp * opt, const char *_iadr);
+int hts_dnstest(httrackp * opt, const char *_iadr, int add);
t_dnscache *_hts_cache(httrackp * opt);
#endif