Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/inet/hostname.c

    r582a0b8 rb7fd2a0  
    5858 *         extra characters at the end. ENOMEM if out of memory
    5959 */
    60 int inet_hostname_parse(const char *str, char **rname, char **endptr)
     60errno_t inet_hostname_parse(const char *str, char **rname, char **endptr)
    6161{
    6262        const char *c;
Note: See TracChangeset for help on using the changeset viewer.