Ignore:
Timestamp:
2010-11-20T17:04:59Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd5046dd
Parents:
fdbc3ff
Message:

Redefine packet_t to be just a type alias for struct packet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/packet/include/packet_local.h

    rfdbc3ff r46d4d9f  
    4343/*@{*/
    4444
    45 extern int packet_translate_local(int, packet_t *, packet_id_t);
    46 extern packet_t packet_get_4_local(int, size_t, size_t, size_t, size_t);
    47 extern packet_t packet_get_1_local(int, size_t);
     45extern int packet_translate_local(int, packet_t **, packet_id_t);
     46extern packet_t *packet_get_4_local(int, size_t, size_t, size_t, size_t);
     47extern packet_t *packet_get_1_local(int, size_t);
    4848extern void pq_release_local(int, packet_id_t);
    4949
Note: See TracChangeset for help on using the changeset viewer.