From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/libparsec/include/con_tab.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/libparsec/include/con_tab.h (limited to 'src/libparsec/include/con_tab.h') 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 + + -- cgit v1.2.3