diff options
| author | emersion <contact@emersion.fr> | 2019-01-08 10:05:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-08 10:05:37 +0100 |
| commit | 140bc2dd5b81205df58bf06e695788e689fae397 (patch) | |
| tree | 6a88913630734736763b12ec0b10da68ef413256 /include/readline.h | |
| parent | 353d9ed74f3560e12500c08920cf8a1ca3344cc2 (diff) | |
| parent | 5bef06adfdac4ce9940dcaf2d90a4bdffae7bba9 (diff) | |
Merge pull request #3275 from ianyfan/remove-readline
Rewrite strip_whitespace and remove readline.c
Diffstat (limited to 'include/readline.h')
| -rw-r--r-- | include/readline.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/readline.h b/include/readline.h deleted file mode 100644 index ee2eba5d..00000000 --- a/include/readline.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _SWAY_READLINE_H -#define _SWAY_READLINE_H - -#include <stdio.h> - -char *read_line(FILE *file); -char *peek_line(FILE *file, int line_offset, long *position); -char *read_line_buffer(FILE *file, char *string, size_t string_len); - -#endif |
