blob: b62682c70e112a6f5d1b1c5b0ebd3dc994bb3f60 [file] [log] [blame]
#ifndef __DAEMON_WHOIS_H__
#define __DAEMON_WHOIS_H__
#define WHOIS "/p/daemon/udp/whois"
#define DESCR 0
#define COUNTRY 1
#define DATE 2
#define NETNAME 3
// prototypes
#ifdef NEED_PROTOTYPES
mixed whois(string query, int type);
string country(string query);
string city(string query);
string locate(string query, string ip);
#endif /* NEED_PROTOTYPES */
#endif /* __DAEMON_WHOIS_H__ */