Ignore:
Timestamp:
2010-03-07T15:13:28Z (14 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
936835e
Parents:
aa85487
Message:

Coding style (no functional change)

File:
1 edited

Legend:

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

    raa85487 raadf01e  
    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.