diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-03-17 13:11:19 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-03-17 13:11:19 +0000 |
| commit | dbe4f2238ceed386a69cacbbce5cae8b0a856fab (patch) | |
| tree | 2cdaa5fa3b020df4d9699f847db7ca2c93ce3680 /ext/fdf | |
| parent | fa692f6744ce137a8a996124acb797b67885443e (diff) | |
| download | php-git-dbe4f2238ceed386a69cacbbce5cae8b0a856fab.tar.gz | |
proto fixes
Diffstat (limited to 'ext/fdf')
| -rw-r--r-- | ext/fdf/fdf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 8c7230cf19..b3831e6231 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -991,7 +991,7 @@ PHP_FUNCTION(fdf_set_opt) } /* }}} */ -/* {{{ proto mixed fdf_get_option(resource fdfdof, string fieldname [, int element]) +/* {{{ proto mixed fdf_get_opt(resource fdfdof, string fieldname [, int element]) Gets a value from the opt array of a field */ PHP_FUNCTION(fdf_get_opt) { zval *r_fdf; @@ -1573,7 +1573,7 @@ PHP_FUNCTION(fdf_enum_values) { } /* }}} */ -/* {{{ proto fdf_header() +/* {{{ proto void fdf_header(void) Set FDF specific HTTP headers */ PHP_FUNCTION(fdf_header) { sapi_header_line ctr = {0}; |
