Ignore:
Timestamp:
2010-03-07T22:51:38Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge from lp:~lukasmejdrech/helenos/network.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/net_interface.h

    rb5cbff4 r71b00dcc  
    6666 *  @returns Other error codes as defined for the generic_translate_req() function.
    6767 */
    68 int     net_get_device_conf_req( int net_phone, device_id_t device_id, measured_string_ref * configuration, size_t count, char ** data );
     68int net_get_device_conf_req(int net_phone, device_id_t device_id, measured_string_ref * configuration, size_t count, char ** data);
    6969
    7070/** Returns the global configuration.
     
    8080 *  @returns Other error codes as defined for the generic_translate_req() function.
    8181 */
    82 int     net_get_conf_req( int net_phone, measured_string_ref * configuration, size_t count, char ** data );
     82int net_get_conf_req(int net_phone, measured_string_ref * configuration, size_t count, char ** data);
    8383
    8484/** Frees the received settings.
     
    8888 *  @see net_get_conf_req()
    8989 */
    90 void    net_free_settings( measured_string_ref settings, char * data );
     90void net_free_settings(measured_string_ref settings, char * data);
    9191
    9292/** Connects to the networking module.
     
    9595 *  @returns 0 if called by the bundle module.
    9696 */
    97 int     net_connect_module( services_t service );
     97int net_connect_module(services_t service);
    9898
    9999/*@}*/
Note: See TracChangeset for help on using the changeset viewer.