summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorJeroen van Wolffelaar <jeroen@php.net>2001-08-05 20:02:22 +0000
committerJeroen van Wolffelaar <jeroen@php.net>2001-08-05 20:02:22 +0000
commit2e6850a91d26ca5b83832010774b51346db25160 (patch)
treede412dc651bdc75c127ddfef0ffe0a6c2a0011cc /ext/standard/php_string.h
parent4a01a15fd292bb8a442b91158dfef1da099a6537 (diff)
downloadphp-git-2e6850a91d26ca5b83832010774b51346db25160.tar.gz
Added proto for php_charmask in the .h
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h1
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 */