1
1

Fixed declarations of functions. May be, need to split with previous commmit...

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
Slava Zanko 2009-06-09 15:27:01 +03:00
родитель 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 *);