Changes in uspace/srv/net/include/net_interface.h [21580dd:aadf01e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/net_interface.h
r21580dd raadf01e 66 66 * @returns Other error codes as defined for the generic_translate_req() function. 67 67 */ 68 int net_get_device_conf_req( int net_phone, device_id_t device_id, measured_string_ref * configuration, size_t count, char ** data);68 int net_get_device_conf_req(int net_phone, device_id_t device_id, measured_string_ref * configuration, size_t count, char ** data); 69 69 70 70 /** Returns the global configuration. … … 80 80 * @returns Other error codes as defined for the generic_translate_req() function. 81 81 */ 82 int net_get_conf_req( int net_phone, measured_string_ref * configuration, size_t count, char ** data);82 int net_get_conf_req(int net_phone, measured_string_ref * configuration, size_t count, char ** data); 83 83 84 84 /** Frees the received settings. … … 88 88 * @see net_get_conf_req() 89 89 */ 90 void net_free_settings( measured_string_ref settings, char * data);90 void net_free_settings(measured_string_ref settings, char * data); 91 91 92 92 /** Connects to the networking module. … … 95 95 * @returns 0 if called by the bundle module. 96 96 */ 97 int net_connect_module( services_t service);97 int net_connect_module(services_t service); 98 98 99 99 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.