summaryrefslogtreecommitdiff
path: root/whois.h
diff options
context:
space:
mode:
Diffstat (limited to 'whois.h')
-rw-r--r--whois.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/whois.h b/whois.h
index 082ac8e..ccd87e7 100644
--- a/whois.h
+++ b/whois.h
@@ -20,6 +20,7 @@ const char *query_crsnic(const int, const char *);
const char *query_pir(const int, const char *);
const char *query_afilias(const int, const char *);
int openconn(const char *, const char *);
+int connect_with_timeout(int, const struct sockaddr *, socklen_t, int);
void usage(void);
void alarm_handler(int);
void sighandler(int);
@@ -31,6 +32,7 @@ int domfind(const char *, const char *[]);
char *normalize_domain(const char *);
char *convert_6to4(const char *);
char *convert_teredo(const char *);
+char *convert_inaddr(const char *);
const char *handle_query(const char *server, const char *port,
const char *qstring, const char *fstring);
void split_server_port(const char *const input, const char **server,