From f6b4ac41eec72a25c703c63f43bd1104049a405c Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Tue, 31 Dec 2024 02:18:40 -0600 Subject: complete setup code; complete initial packet handling --- inc/netascii.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/netascii.h') diff --git a/inc/netascii.h b/inc/netascii.h index 096b1c3..ada2051 100644 --- a/inc/netascii.h +++ b/inc/netascii.h @@ -3,7 +3,7 @@ #include uint8_t is_netascii_char(char c); -uint8_t is_netascii_str(char* str); -uint8_t is_netascii_buf(char* buf, uint64_t len); +uint8_t is_netascii_str(char *str); +uint8_t is_netascii_buf(char *buf, uint64_t len); #endif -- cgit 1.4.1-2-gfad0