mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Merge pull request #2547 from RyanDwyer/fix-reload-crash
Fix crash on reload
This commit is contained in:
commit
89a045835f
3 changed files with 17 additions and 1 deletions
|
|
@ -46,4 +46,6 @@ char *cmdsep(char **stringp, const char *delim);
|
|||
// Split string into 2 by delim, handle quotes
|
||||
char *argsep(char **stringp, const char *delim);
|
||||
|
||||
const char *strcasestr(const char *haystack, const char *needle);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue