about summary refs log tree commit diff stats
path: root/inc/netascii.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/netascii.h')
-rw-r--r--inc/netascii.h4
1 files changed, 2 insertions, 2 deletions
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 <stdint.h>
 
 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