Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/icmp_client.h

    raadf01e r21580dd  
    5050 *  @returns Zero (0) if the packet contains no data.
    5151 */
    52 int icmp_client_process_packet(packet_t packet, icmp_type_t * type, icmp_code_t * code, icmp_param_t * pointer, icmp_param_t * mtu);
     52int     icmp_client_process_packet( packet_t packet, icmp_type_t * type, icmp_code_t * code, icmp_param_t * pointer, icmp_param_t * mtu );
    5353
    5454/** Returns the ICMP header length.
     
    5656 *  @returns The ICMP header length in bytes.
    5757 */
    58 size_t icmp_client_header_length(packet_t packet);
     58size_t  icmp_client_header_length( packet_t packet );
    5959
    6060#endif
Note: See TracChangeset for help on using the changeset viewer.