summaryrefslogtreecommitdiff
path: root/src/completion.h
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-24 16:49:18 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-24 16:49:18 +0300
commit2cb9fbfe059354d06c088e090b6af7238b4fa806 (patch)
tree7c0e72790e63c4befccb3b250e5a1257f362df4d /src/completion.h
downloadsila-shell-2cb9fbfe059354d06c088e090b6af7238b4fa806.tar.xz
Initial commit
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 */