Changeset f772bc55 in mainline for uspace/lib/packet


Ignore:
Timestamp:
2010-11-18T22:56:01Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88a1bb9
Parents:
4e5c7ba
Message:

Remove xxx_ref typedefs (part 2).

Location:
uspace/lib/packet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/packet/generic/packet_server.c

    r4e5c7ba rf772bc55  
    103103};
    104104
    105 int packet_translate_local(int phone, packet_ref packet, packet_id_t packet_id)
     105int packet_translate_local(int phone, packet_t *packet, packet_id_t packet_id)
    106106{
    107107        if (!packet)
  • uspace/lib/packet/include/packet_local.h

    r4e5c7ba rf772bc55  
    4343/*@{*/
    4444
    45 extern int packet_translate_local(int, packet_ref, packet_id_t);
     45extern int packet_translate_local(int, packet_t *, packet_id_t);
    4646extern packet_t packet_get_4_local(int, size_t, size_t, size_t, size_t);
    4747extern packet_t packet_get_1_local(int, size_t);
Note: See TracChangeset for help on using the changeset viewer.