Pull in some scas code and read i3 config file

This commit is contained in:
Drew DeVault 2015-08-04 21:30:40 -04:00
parent 6a33e1e3cd
commit 542ef0c777
10 changed files with 351 additions and 2 deletions

8
sway/readline.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef _SWAY_READLINE_H
#define _SWAY_READLINE_H
#include <stdio.h>
char *read_line(FILE *file);
#endif