$Revision: 1.12 $
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
- #include <include/erroutines.h>
Preprocessor definitions
as above - but with connection structures, timeouts, maxlines, etc.
#define MAX_LINE_SIZE 1024
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 )