summaryrefslogtreecommitdiff
path: root/whois.h
diff options
context:
space:
mode:
Diffstat (limited to 'whois.h')
-rw-r--r--whois.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/whois.h b/whois.h
index 64b1cec..ef83ad7 100644
--- a/whois.h
+++ b/whois.h
@@ -18,6 +18,7 @@ int hide_line(int *hiding, const char *const line);
const char *do_query(const int, const char *);
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 *);
void usage(void);
void alarm_handler(int);