Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/inet/dhcp.h

    rcf13b17 rb7fd2a0  
    3838#include <types/common.h>
    3939
    40 extern int dhcp_init(void);
    41 extern int dhcp_link_add(sysarg_t);
    42 extern int dhcp_link_remove(sysarg_t);
    43 extern int dhcp_discover(sysarg_t);
     40extern errno_t dhcp_init(void);
     41extern errno_t dhcp_link_add(sysarg_t);
     42extern errno_t dhcp_link_remove(sysarg_t);
     43extern errno_t dhcp_discover(sysarg_t);
    4444
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.