diff options
author | Ren Kararou <[email protected]> | 2024-12-26 01:50:22 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2024-12-26 01:50:22 -0600 |
commit | 746cd14f273a96c0348f4e64f9b347ce49a93f45 (patch) | |
tree | 813aee86d27bd8ec0b4416ea6cd5f22603666a89 /src/netascii.c | |
parent | 6b0cf95d75935308e142232fe646d56d0f9d418c (diff) | |
download | nbtpd-746cd14f273a96c0348f4e64f9b347ce49a93f45.tar.gz nbtpd-746cd14f273a96c0348f4e64f9b347ce49a93f45.tar.bz2 nbtpd-746cd14f273a96c0348f4e64f9b347ce49a93f45.zip |
add ci; update packet structs; add makefile
Diffstat (limited to 'src/netascii.c')
-rw-r--r-- | src/netascii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netascii.c b/src/netascii.c index 606d257..2180093 100644 --- a/src/netascii.c +++ b/src/netascii.c @@ -1,6 +1,6 @@ #include <stdint.h> -#include "inc/netascii.h" +#include "netascii.h" uint8_t is_netascii_char(char c) { static const uint64_t LUT[4] = |