mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Address emersion's feedback on peek_line
This commit is contained in:
parent
fbca3bbacb
commit
af87c7a1af
2 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
char *read_line(FILE *file);
|
||||
char *peek_line(FILE *file, int offset, long *position);
|
||||
char *peek_line(FILE *file, int line_offset, long *position);
|
||||
char *read_line_buffer(FILE *file, char *string, size_t string_len);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue