Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/dhcp.c

    r053fc2b rbd88bee  
    8484}
    8585
    86 int dhcp_discover(sysarg_t link_id)
    87 {
    88         async_exch_t *exch = async_exchange_begin(dhcp_sess);
    89 
    90         int rc = async_req_1_0(exch, DHCP_DISCOVER, link_id);
    91         async_exchange_end(exch);
    92 
    93         return rc;
    94 }
    95 
    9686/** @}
    9787 */
Note: See TracChangeset for help on using the changeset viewer.