diff options
Diffstat (limited to 'include/sm/string.h')
| -rw-r--r-- | include/sm/string.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sm/string.h b/include/sm/string.h index 4fd87afe6003f..1f2b587cc642f 100644 --- a/include/sm/string.h +++ b/include/sm/string.h @@ -30,7 +30,7 @@ extern bool sm_match __P((const char *_str, const char *_pattern)); extern char * -sm_strdup __P((char *)); +sm_strdup __P((const char *)); extern char * sm_strndup_x __P((const char *_str, size_t _len)); @@ -87,7 +87,7 @@ sm_strlcpyn __P((char *, # if !HASSTRERROR extern char * strerror __P((int _errno)); -# endif /* !HASSTRERROR */ +# endif extern int sm_strrevcmp __P((const char *, const char *)); @@ -109,5 +109,7 @@ sm_strtoull __P((const char *, char**, int)); extern void stripquotes __P((char *)); +extern void +unfoldstripquotes __P((char *)); #endif /* SM_STRING_H */ |
