Changeset 71b00dcc in mainline for uspace/srv/net/include/net_interface.h
- Timestamp:
- 2010-03-07T22:51:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60ab6c3
- Parents:
- b5cbff4 (diff), 31c80a5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/net_interface.h
rb5cbff4 r71b00dcc 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.