Ignore:
File:
1 edited

Legend:

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

    r6b82009 r46d4d9f  
    4949
    5050#include <net/packet.h>
    51 #include <async.h>
    5251
    5352/** @name Packet client interface */
     
    109108extern int packet_get_addr(const packet_t *, uint8_t **, uint8_t **);
    110109extern int packet_set_addr(packet_t *, const uint8_t *, const uint8_t *, size_t);
    111 extern packet_t *packet_get_copy(async_sess_t *, packet_t *);
     110extern packet_t *packet_get_copy(int, packet_t *);
    112111
    113112/*@}*/
Note: See TracChangeset for help on using the changeset viewer.