Ignore:
File:
1 edited

Legend:

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

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