4 #ifndef QREMOTE_CLIENT_H
5 #define QREMOTE_CLIENT_H 1
9 extern void getrhost(
const struct ips *m,
const unsigned short idx);
10 extern int checkreply(
const char *status,
const char **pre,
const int mask);
list of IP addresses for a given host
Definition: qdns.h:28
int checkreply(const char *status, const char **pre, const int mask)
Definition: client.c:74
void getrhost(const struct ips *m, const unsigned short idx)
print remote host information to buffer
Definition: client.c:25