ipv6: Move struct ipv6hdr definition to separate header
commit830f07e2bb10a224ec24dd578f885b30fdf1c5f4
authorTobias Klauser <tklauser@distanz.ch>
Thu, 24 Jan 2013 07:46:17 +0000 (24 08:46 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 24 Jan 2013 07:46:17 +0000 (24 08:46 +0100)
tree8f08e4b4659638f96f7367007c1845810174de90
parent0535f86bffe97cb99832973706785e3054f97af2
ipv6: Move struct ipv6hdr definition to separate header

proto_ipv6.c and trie.c both define the exact same struct ipv6hdr, so
get rid of the duplication and move the definition to a separate header.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
src/ipv6.h [new file with mode: 0644]
src/proto_ipv6.c
src/trie.c