$Revision: 1.14 $
Whois query (wh) - connects to a whois server and returns result
Status: NOT REVIEWED, TESTED
Design and implementation by: Marek Bukowy
Note: still not final. Probably SK calls should be moved to the
calling routine
Included Files
Preprocessor definitions
as above - but with connection structures, timeouts, maxlines, etc.
#define MAX_LINE_SIZE 1024
pthread_mutex_t Lock
as above - but with connection structures, timeouts, maxlines, etc.
er_ret_t WH_cd_sock ( sk_conn_st* out_cd, char* hostname, unsigned port, char* query, unsigned maxlines, unsigned timeout )
static char* asctime_r ( const struct tm* __tm, char* __buf )
static char* ctime_r ( const time_t* __time, char* __buf )
static int getlogin_r ( char* __name, int __len )
static int readdir_r ( DIR* __dp, struct dirent* __ent, struct dirent** __res )
static int sigwait ( const sigset_t* __setp, int* __signo )
static int ttyname_r ( int __fildes, char* __buf, size_t __size )