From: Jeroen van Wolffelaar Date: Sun, 5 Aug 2001 20:02:22 +0000 (+0000) Subject: Added proto for php_charmask in the .h X-Git-Tag: PRE_ENGINE2_SPLIT~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e6850a91d26ca5b83832010774b51346db25160;p=php Added proto for php_charmask in the .h --- 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 */