Changeset 619 for trunk/pdns/pdns/lwres.hh
- Timestamp:
- 03/25/06 18:54:12 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/lwres.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/lwres.hh
r598 r619 62 62 typedef vector<DNSResourceRecord> res_t; 63 63 64 int asyncresolve( const string &ip, const char *domain, int type, bool doTCP, struct timeval* now);64 int asyncresolve(uint32_t ip, const char *domain, int type, bool doTCP, struct timeval* now); 65 65 vector<DNSResourceRecord> result(); 66 66 int d_rcode;