diff options
author | Derick Rethans <derick@php.net> | 2001-11-08 20:23:33 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-11-08 20:23:33 +0000 |
commit | ea83d64507b6470eb654fbd75e614319abb403ed (patch) | |
tree | 42a1d992d9ca96fb7e6c635ce46e015b1dd4ce9f /ext/mailparse/mailparse.c | |
parent | a345d2ce86192dc3ec3dba54379036979ae3ba45 (diff) | |
download | php-git-ea83d64507b6470eb654fbd75e614319abb403ed.tar.gz |
- prototypes
#- Thanks to Zak for pointing this out during his talk
Diffstat (limited to 'ext/mailparse/mailparse.c')
-rwxr-xr-x | ext/mailparse/mailparse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mailparse/mailparse.c b/ext/mailparse/mailparse.c index b96ee23329..75c5559044 100755 --- a/ext/mailparse/mailparse.c +++ b/ext/mailparse/mailparse.c @@ -308,7 +308,7 @@ PHP_FUNCTION(mailparse_rfc822_parse_addresses) } /* }}} */ -/* {{{ proto long mailparse_determine_best_xfer_encoding(resource fp) +/* {{{ proto int mailparse_determine_best_xfer_encoding(resource fp) figure out the best way of encoding the content read from the file pointer fp, which must be seek-able. */ PHP_FUNCTION(mailparse_determine_best_xfer_encoding) @@ -556,7 +556,7 @@ PHP_FUNCTION(mailparse_msg_free) /* }}} */ -/* {{{ proto long mailparse_msg_create() +/* {{{ proto int mailparse_msg_create() Return a handle that can be used to parse a message */ PHP_FUNCTION(mailparse_msg_create) @@ -885,7 +885,7 @@ PHP_FUNCTION(mailparse_msg_get_part_data) } /* }}} */ -/* {{{ proto long mailparse_msg_get_part(resource rfc2045, string mimesection) +/* {{{ proto int mailparse_msg_get_part(resource rfc2045, string mimesection) Return a handle on a given section in a mimemessage */ PHP_FUNCTION(mailparse_msg_get_part) |