summaryrefslogtreecommitdiff
path: root/src/dged/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/syntax.h')
-rw-r--r--src/dged/syntax.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dged/syntax.h b/src/dged/syntax.h
new file mode 100644
index 0000000..6a2d4a3
--- /dev/null
+++ b/src/dged/syntax.h
@@ -0,0 +1,7 @@
+#ifndef _SYNTAX_H
+#define _SYNTAX_H
+
+void syntax_init();
+void syntax_teardown();
+
+#endif