Qsmtp  0.30dev
client.h
Go to the documentation of this file.
1 
4 #ifndef QREMOTE_CLIENT_H
5 #define QREMOTE_CLIENT_H 1
6 
7 struct ips;
8 
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);
11 
12 #endif /* QREMOTE_CLIENT_H */
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