aboutsummaryrefslogtreecommitdiffstats
path: root/include/readline.h
blob: dbe937c15ff2f4664b848f0c2352029aa8a99458 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _SWAY_READLINE_H
#define _SWAY_READLINE_H

#include <stdio.h>

char *read_line(FILE *file);

#endif