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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/netascii.h b/inc/netascii.h
deleted file mode 100644
index ae80bae..0000000
--- a/inc/netascii.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef NBD_NETASCII_H
-#define NBD_NETASCII_H
-#include <stdint.h>
-#include <stdlib.h>
-
-uint8_t is_netascii_char(char c);
-uint8_t is_netascii_str(char *str);
-uint8_t is_netascii_buf(char *buf, size_t len);
-
-#endif