diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 875106705f..f54f633b08 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -149,5 +149,6 @@ PHPAPI char *php_strerror(int errnum); #endif void register_string_constants(INIT_FUNC_ARGS); +int php_charmask(unsigned char *input, int len, char *mask); #endif /* PHP_STRING_H */ |