mirror of
https://github.com/swaywm/sway.git
synced 2025-12-16 08:56:32 -05:00
Move headers to include/
This commit is contained in:
parent
360b3d67b0
commit
7f8ebb7d0d
12 changed files with 1 additions and 1 deletions
8
include/readline.h
Normal file
8
include/readline.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _SWAY_READLINE_H
|
||||
#define _SWAY_READLINE_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
char *read_line(FILE *file);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue