Browse Source

Added proto for php_charmask in the .h

migration/unlabaled-1.67.2
Jeroen van Wolffelaar 25 years ago
parent
commit
2e6850a91d
  1. 1
      ext/standard/php_string.h

1
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 */
Loading…
Cancel
Save