Changeset 959d2ec in mainline for uspace/lib/c/include/inet/dnsr.h
- Timestamp:
- 2013-05-08T10:29:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d242cb6
- Parents:
- 9f029aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/dnsr.h
r9f029aa r959d2ec 38 38 #include <inet/inet.h> 39 39 40 enum { 41 DNSR_NAME_MAX_SIZE = 255 42 }; 43 40 44 typedef struct { 41 /** Host name */42 char * name;45 /** Host canonical name */ 46 char *cname; 43 47 /** Host address */ 44 48 inet_addr_t addr;
Note:
See TracChangeset
for help on using the changeset viewer.