diff options
author | Marco d'Itri <md@linux.it> | 2009-03-01 19:39:42 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:37 +0100 |
commit | 95229c98ad35c7038bdc1fb7002fa2e5e016741e (patch) | |
tree | 23750febef50600bc3943ec2ecc1df9727cf6d6f /whois.h | |
parent | bd702922f8ffa8f135896fa3807aa06ee7a11428 (diff) | |
download | whois-95229c98ad35c7038bdc1fb7002fa2e5e016741e.tar.gz |
Imported Debian version 4.7.31v4.7.31
Diffstat (limited to 'whois.h')
-rw-r--r-- | whois.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |