- Timestamp:
- Mar 2, 2007 2:46:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/include/pjlib-util/dns.h
r1031 r1032 259 259 /** A Resource Data (PJ_DNS_TYPE_A, 1) */ 260 260 struct a { 261 //pj_str_t ip_addr;/**< IP host address string. */ 262 pj_in_addr ip_addr; 261 pj_in_addr ip_addr;/**< IP host address string. */ 263 262 } a; 264 263
Note: See TracChangeset
for help on using the changeset viewer.