Changes in uspace/lib/c/include/inet/hostname.h [b7fd2a0:a62ceaf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/hostname.h
rb7fd2a0 ra62ceaf 36 36 #define LIBC_INET_HOSTNAME_H_ 37 37 38 extern errno_t inet_hostname_parse(const char *, char **, char **);38 extern int inet_hostname_parse(const char *, char **, char **); 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.