~ubuntu-branches/ubuntu/precise/whois/precise

« back to all changes in this revision

Viewing changes to whois.h

  • Committer: Bazaar Package Importer
  • Author(s): Marco d'Itri
  • Date: 2008-12-16 18:49:28 UTC
  • mfrom: (3.1.9 jaunty)
  • Revision ID: james.westby@ubuntu.com-20081216184928-fhp0mid4mjbjtrtn
Tags: 4.7.30
Updated the .gi, .lc and .mn TLD servers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
/* prototypes */
12
12
const char *whichwhois(const char *);
13
13
const char *match_config_file(const char *);
14
 
const char *whereas(const unsigned short);
 
14
const char *whereas(const unsigned long);
 
15
const char *whereas32(const unsigned long);
15
16
char *queryformat(const char *, const char *, const char *);
16
17
int hide_line(int *hiding, const char *const line);
17
18
const char *do_query(const int, const char *);
18
19
const char *query_crsnic(const int, const char *);
19
20
const char *query_pir(const int, const char *);
 
21
const char *query_afilias(const int, const char *);
20
22
int openconn(const char *, const char *);
21
23
void usage(void);
22
24
void alarm_handler(int);
23
25
void sighandler(int);
24
26
unsigned long myinet_aton(const char *);
 
27
unsigned long asn32_to_long(const char *);
25
28
int isasciidigit(const char);
26
29
int domcmp(const char *, const char *);
27
30
int domfind(const char *, const char *[]);
33
36
void split_server_port(const char *const input, const char **server,
34
37
                       const char **port);
35
38
 
36
 
void err_quit(const char *,...);
37
 
void err_sys(const char *,...);
38
 
 
39
39
 
40
40
/* flags for RIPE-like servers */
41
41
const char *ripeflags="abBcdFGKlLmMrRSx";