diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
| commit | cee0d44ab388e12fbd62fdb134d295c58901148a (patch) | |
| tree | fbe464b241337077b941be7126ad3f3f78b19f7f /include/sm/string.h | |
| parent | 1c3e417caf2d11608f10043b7e70b6e7ed8711ff (diff) | |
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 */ |
