diff options
| author | Egon Schmid <eschmid@php.net> | 2000-08-06 19:53:56 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-08-06 19:53:56 +0000 |
| commit | c6569921d7fbb4acf6b5aed07647c7739f4e5ae3 (patch) | |
| tree | e0af44c92cc8e149acbb46d80da8609c92dc5e2f /ext | |
| parent | 05684f2d860775860a349f4559007d2733d3c421 (diff) | |
| download | php-git-c6569921d7fbb4acf6b5aed07647c7739f4e5ae3.tar.gz | |
Added a parameter type.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/pspell/pspell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index c81235ee8d..95c2fccbfb 100644 --- a/ext/pspell/pspell.c +++ b/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; |
