summaryrefslogtreecommitdiffstats
path: root/sway/readline.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/readline.h')
-rw-r--r--sway/readline.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/readline.h b/sway/readline.h
new file mode 100644
index 00000000..dbe937c1
--- /dev/null
+++ b/sway/readline.h
@@ -0,0 +1,8 @@
1#ifndef _SWAY_READLINE_H
2#define _SWAY_READLINE_H
3
4#include <stdio.h>
5
6char *read_line(FILE *file);
7
8#endif