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