Changeset b9c0c90 in mainline


Ignore:
Timestamp:
2010-04-06T11:35:27Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11e543c
Parents:
c51fa73
Message:

cstyle changes

Location:
uspace/lib/net/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/il_messages.h

    rc51fa73 rb9c0c90  
    4444/** Internet layer modules messages.
    4545 */
    46 typedef enum{
     46typedef enum {
    4747        /** New device message.
    4848         *  @see ip_device_req()
  • uspace/lib/net/include/ip_interface.h

    rc51fa73 rb9c0c90  
    9696 *  @returns Other error codes as defined for the arp_device_req() function.
    9797 */
    98 extern int ip_device_req(int ip_phone, device_id_t device_id, services_t netif);
     98extern int ip_device_req(int, device_id_t, services_t);
    9999
    100100/** Sends the packet queue.
Note: See TracChangeset for help on using the changeset viewer.