Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/icmp/icmp.h

    r4e5c7ba redc5a985  
    4949 */
    5050typedef struct icmp_reply icmp_reply_t;
     51
     52/** Type definition of the ICMP reply data pointer.
     53 * @see icmp_reply
     54 */
     55typedef icmp_reply_t *icmp_reply_ref;
    5156
    5257/** Type definition of the ICMP global data.
Note: See TracChangeset for help on using the changeset viewer.