diff options
Diffstat (limited to 'src/rccstring.h')
-rw-r--r-- | src/rccstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rccstring.h b/src/rccstring.h index e9e9734..96f8b2d 100644 --- a/src/rccstring.h +++ b/src/rccstring.h @@ -26,5 +26,6 @@ int strnlen(const char *str, size_t size); int rccStrnlen(const char *str, size_t size); #endif /* HAVE_STRNLEN */ int rccIsASCII(const char *str); +size_t rccStringSizedGetChars(const char *str, size_t size); #endif /* _RCC_STRING_H */ |