diff options
Diffstat (limited to 'kernel/network/ipv4.h')
-rw-r--r-- | kernel/network/ipv4.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/network/ipv4.h b/kernel/network/ipv4.h index cd15fce..002aaa7 100644 --- a/kernel/network/ipv4.h +++ b/kernel/network/ipv4.h @@ -1,5 +1,4 @@ #include <typedefs.h> void handle_ipv4(const u8 *payload, u32 packet_length); -void send_ipv4_packet(u32 ip, u8 protocol, const u8 *payload, - u16 length); +void send_ipv4_packet(u32 ip, u8 protocol, const u8 *payload, u16 length); |