Changes in uspace/lib/c/include/inet/iplink.h [417a2ba1:a17356fd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/iplink.h
r417a2ba1 ra17356fd 37 37 38 38 #include <async.h> 39 #include <sys/types.h> 39 40 #include <inet/addr.h> 40 41 … … 77 78 78 79 typedef struct iplink_ev_ops { 79 int (*recv)(iplink_t *, iplink_recv_sdu_t *, ip_ver_t);80 int (*recv)(iplink_t *, iplink_recv_sdu_t *, uint16_t); 80 81 } iplink_ev_ops_t; 81 82
Note:
See TracChangeset
for help on using the changeset viewer.