summaryrefslogtreecommitdiff
path: root/src/completion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/completion.h')
-rw-r--r--src/completion.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/completion.h b/src/completion.h
new file mode 100644
index 0000000..583ba3b
--- /dev/null
+++ b/src/completion.h
@@ -0,0 +1,18 @@
+
+#ifndef __COMPLETION_H
+#define __COMPLETION_H
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern void initialize_readline( void );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __COMPLETION_H */