aboutsummaryrefslogtreecommitdiff
path: root/src/inc/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/parser.h')
-rw-r--r--src/inc/parser.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/inc/parser.h b/src/inc/parser.h
deleted file mode 100644
index 0c59681..0000000
--- a/src/inc/parser.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef PARSER_H
-#define PARSER_H
-
-#include <def.h>
-
-u8 parse(char *buf, u32 size);
-
-#endif