diff options
author | Drew DeVault <[email protected]> | 2015-08-04 21:30:40 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-04 21:30:40 -0400 |
commit | 542ef0c77700e67a95fcd08b5f305d1ab42046e1 (patch) | |
tree | 17333ebc1a65a28b9538de2da9264a45fc0cf9a9 /sway/readline.h | |
parent | 6a33e1e3cddac31b762e4376e29c03ccf8f92107 (diff) |
Pull in some scas code and read i3 config file
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 |