Changeset c2a6983 in mainline for uspace/srv/net/inetsrv/icmpv6.h
- Timestamp:
- 2013-10-13T20:59:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12d6c98
- Parents:
- 820104d (diff), 39bcc99 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/net/inetsrv/icmpv6.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/icmpv6.h
r820104d rc2a6983 38 38 #define ICMPV6_H_ 39 39 40 #include <types/inetping.h> 40 41 #include "inetsrv.h" 41 42 42 43 extern int icmpv6_recv(inet_dgram_t *); 43 extern int icmpv6_ping_send(uint16_t, inetping 6_sdu_t *);44 extern int icmpv6_ping_send(uint16_t, inetping_sdu_t *); 44 45 45 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
