diff options
Diffstat (limited to 'sway/readline.h')
-rw-r--r-- | sway/readline.h | 8 |
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 @@ +#ifndef _SWAY_READLINE_H +#define _SWAY_READLINE_H + +#include <stdio.h> + +char *read_line(FILE *file); + +#endif |