summaryrefslogtreecommitdiff
path: root/src/htsbasenet.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-18 13:11:40 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-18 13:11:40 +0000
commitfe7ea8b140aebdff88d171ca57650917905c6639 (patch)
tree2f1f5aef63cda72f9cc81a77109bf462bf8bd058 /src/htsbasenet.h
parent1fd27d74afe877424122f510c6e1b81264992883 (diff)
Big cleanup in network address and dns functions:
* removed t_fullhostent insanity * removed (struct sockaddr*) casts * use SOCaddr everywhere rather than raw struct hostent*
Diffstat (limited to 'src/htsbasenet.h')
-rw-r--r--src/htsbasenet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/htsbasenet.h b/src/htsbasenet.h
index a9578c4..a752db5 100644
--- a/src/htsbasenet.h
+++ b/src/htsbasenet.h
@@ -54,12 +54,9 @@ Please visit our Website: http://www.httrack.com
#endif
-typedef struct hostent FAR t_hostent;
-
#else
#define HTS_USESCOPEID
#define INVALID_SOCKET -1
-typedef struct hostent t_hostent;
#endif
#if HTS_USEOPENSSL