mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Support braces on next line for config blocks
This commit is contained in:
parent
7c810dc344
commit
51bb9d8573
3 changed files with 74 additions and 8 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
char *read_line(FILE *file);
|
||||
char *peek_line(FILE *file, int offset);
|
||||
char *read_line_buffer(FILE *file, char *string, size_t string_len);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue