diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-16 15:30:54 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-16 15:30:54 -0600 |
commit | e0085b57347bb3eec06f84abf37be3ae590e75f7 (patch) | |
tree | 2f338fde18cd4dab1a7115e161ed0343845c2cf9 /libnet | |
parent | c65052854eeef203dfecb73844ea69b368214b42 (diff) |
closer to compiling
Diffstat (limited to 'libnet')
-rw-r--r-- | libnet/include/libnet/libnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnet/include/libnet/libnet.h b/libnet/include/libnet/libnet.h index c56b61d..4145f8b 100644 --- a/libnet/include/libnet/libnet.h +++ b/libnet/include/libnet/libnet.h @@ -7,11 +7,11 @@ struct ip4_addr { unsigned char bytes[4]; -} +}; struct eth_addr { unsigned char bytes[6]; -} +}; struct libnet_conn; struct libnet_listener; |