mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Move concat_strings
from path.c
This commit is contained in:

committed by
Thiago de Arruda

parent
7a4d24d4cc
commit
3f6fe2a888
@@ -23,4 +23,5 @@ char_u *vim_strbyte(char_u *string, int c);
|
||||
char_u *vim_strrchr(char_u *string, int c);
|
||||
int vim_isspace(int x);
|
||||
void sort_strings(char_u **files, int count);
|
||||
char_u *concat_str(char_u *str1, char_u *str2);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user