Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/tl/tl_common.c

    r46d4d9f r1bfd3d3  
    248248 */
    249249int
    250 tl_prepare_icmp_packet(int packet_phone, int icmp_phone, packet_t *packet,
     250tl_prepare_icmp_packet(int packet_phone, int icmp_phone, packet_t packet,
    251251    services_t error)
    252252{
    253         packet_t *next;
     253        packet_t next;
    254254        uint8_t *src;
    255255        int length;
     
    287287 */
    288288int
    289 tl_socket_read_packet_data(int packet_phone, packet_t **packet, size_t prefix,
     289tl_socket_read_packet_data(int packet_phone, packet_t *packet, size_t prefix,
    290290    const packet_dimension_t *dimension, const struct sockaddr *addr,
    291291    socklen_t addrlen)
Note: See TracChangeset for help on using the changeset viewer.