Browse Source

Added a parameter type.

PHP-4.0.5
Egon Schmid 26 years ago
parent
commit
c6569921d7
  1. 2
      ext/pspell/pspell.c

2
ext/pspell/pspell.c

@ -72,7 +72,7 @@ PHP_MINIT_FUNCTION(pspell){
return SUCCESS;
}
/* {{{ proto int pspell_new(string language [, string spelling [, string jargon [, string encoding [, mode]]]])
/* {{{ proto int pspell_new(string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
Load a dictionary */
PHP_FUNCTION(pspell_new){
zval **language,**spelling,**jargon,**encoding,**pmode;

Loading…
Cancel
Save