diff options
author | Marco d'Itri <md@linux.it> | 2008-12-09 02:08:35 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:36 +0100 |
commit | bd837394e6557fba50f55a93e7dc5390d2879638 (patch) | |
tree | f8cad4bd0976191cb7603e4a9cd28ca57d6606c5 /whois.h | |
parent | 8032d7b7f67fe2d2d64645f45d5cccb6440fc393 (diff) | |
download | whois-4.7.29.tar.gz |
Imported Debian version 4.7.29v4.7.29
Diffstat (limited to 'whois.h')
-rw-r--r-- | whois.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ /* prototypes */ const char *whichwhois(const char *); const char *match_config_file(const char *); -const char *whereas(const unsigned short); +const char *whereas(const unsigned long); const char *whereas32(const unsigned long); char *queryformat(const char *, const char *, const char *); int hide_line(int *hiding, const char *const line); |