aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/con_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparsec/include/con_tab.h')
-rw-r--r--src/libparsec/include/con_tab.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libparsec/include/con_tab.h b/src/libparsec/include/con_tab.h
new file mode 100644
index 0000000..6cd0821
--- /dev/null
+++ b/src/libparsec/include/con_tab.h
@@ -0,0 +1,16 @@
+/*
+ * PARSEC HEADER: con_tab.h
+ */
+
+#ifndef _CON_TAB_H_
+#define _CON_TAB_H_
+
+
+// external functions
+
+void CompleteCommand();
+
+
+#endif
+
+