Move headers to include/

This commit is contained in:
Drew DeVault 2015-08-16 11:02:56 -04:00
parent 360b3d67b0
commit 7f8ebb7d0d
12 changed files with 1 additions and 1 deletions

8
include/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