Fixed declarations of functions. May be, need to split with previous commmit...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
родитель
be27cd1a2e
Коммит
04b34832ef
@ -22,10 +22,10 @@ char *strutils_shell_unescape (const char *);
|
||||
char *strutils_shell_escape (const char *);
|
||||
|
||||
char *strutils_glob_escape (const char *);
|
||||
char *strutils_glob_escape (const char *);
|
||||
char *strutils_glob_unescape (const char *);
|
||||
|
||||
char *strutils_regex_escape (const char *);
|
||||
char *strutils_regex_escape (const char *);
|
||||
char *strutils_regex_unescape (const char *);
|
||||
|
||||
gboolean strutils_is_char_escaped (const char *, const char *);
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user