Changeset b934e43 in mainline for uspace/lib/net/generic/net_remote.c


Ignore:
Timestamp:
2010-10-15T21:07:27Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b69ceea
Parents:
8d601db
Message:

Cleanup net_remote.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/generic/net_remote.c

    r8d601db rb934e43  
    2727 */
    2828
    29 /** @addtogroup net
    30  *  @{
     29/** @addtogroup libnet
     30 * @{
    3131 */
    3232
    3333/** @file
    34  *  Networking interface implementation for remote modules.
    35  *  @see net_interface.h
     34 * Networking interface implementation for remote modules.
     35 * @see net_interface.h
    3636 */
    3737
     
    5252}
    5353
    54 void net_free_settings(measured_string_ref settings, char * data)
     54void net_free_settings(measured_string_ref settings, char *data)
    5555{
    5656        if (settings)
     
    6262
    6363int
    64 net_get_conf_req(int net_phone, measured_string_ref * configuration,
    65     size_t count, char ** data)
     64net_get_conf_req(int net_phone, measured_string_ref *configuration,
     65    size_t count, char **data)
    6666{
    6767        return generic_translate_req(net_phone, NET_NET_GET_DEVICE_CONF, 0, 0,
     
    7171int
    7272net_get_device_conf_req(int net_phone, device_id_t device_id,
    73     measured_string_ref * configuration, size_t count, char ** data)
     73    measured_string_ref *configuration, size_t count, char **data)
    7474{
    7575        return generic_translate_req(net_phone, NET_NET_GET_DEVICE_CONF,
Note: See TracChangeset for help on using the changeset viewer.