summaryrefslogtreecommitdiff
path: root/src/htslib.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-06 17:32:04 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-06 17:32:04 +0000
commitbd28ac98ded17e44c66d4b8b7e6a739b45dc8ae0 (patch)
tree8590864529e01070f084a7aa09a19639fd181ab8 /src/htslib.h
parentfa1e5e31132be81e2605706a43a59227a4041f42 (diff)
Fixed dangling pointer which probably explain the crash at libhttrack.so:0x639d0
Diffstat (limited to 'src/htslib.h')
-rw-r--r--src/htslib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/htslib.h b/src/htslib.h
index b299074..6760fb7 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -229,8 +229,6 @@ struct t_dnscache {
/* Library internal definictions */
#ifdef HTS_INTERNAL_BYTECODE
-extern htsmutex dns_lock;
-
// initialize an htsblk structure
void hts_init_htsblk(htsblk * r);
@@ -299,7 +297,6 @@ HTS_INLINE t_hostent *hts_gethostbyname(httrackp * opt, const char *iadr,
HTSEXT_API t_hostent *vxgethostbyname2(char *hostname, void *v_buffer, const char **error);
HTSEXT_API t_hostent *vxgethostbyname(char *hostname, void *v_buffer);
#endif
-t_hostent *_hts_ghbn(t_dnscache * cache, const char *iadr, t_hostent * retour);
int ftp_available(void);
#if HTS_DNSCACHE