diff options
author | Marco d'Itri <md@linux.it> | 2001-10-17 20:57:26 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:28 +0100 |
commit | 1b665ec34c3e6d7e1ed3df15d29740c5327f7cc1 (patch) | |
tree | 404c54c05a6b97b36cb8338c0888ca1af9bd80e6 /whois.h | |
parent | a8b3b04bf490c419c3be5d55fd26e092edccfb8f (diff) | |
download | whois-1b665ec34c3e6d7e1ed3df15d29740c5327f7cc1.tar.gz |
Imported Debian version 4.5.14v4.5.14
Diffstat (limited to 'whois.h')
-rw-r--r-- | whois.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ /* prototypes */ const char *whichwhois(const char *); +const char *match_config_file(const char *); const char *whereas(int, struct as_del []); char *queryformat(const char *, const char *, const char *); void do_query(const int, const char *); @@ -18,6 +19,7 @@ void sighandler(int); unsigned long myinet_aton(const char *); int domcmp(const char *, const char *); int domfind(const char *, const char *[]); +char *normalize_domain(const char *); void err_quit(const char *,...); void err_sys(const char *,...); |