diff options
author | Wez Furlong <wez@php.net> | 2002-04-02 16:46:33 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-04-02 16:46:33 +0000 |
commit | a0f165a5cb615d49834d5e68ab7ab543e45d493e (patch) | |
tree | 9c5b85ae3ba3620161b6341d3829432cde3f6299 /ext/mailparse/php_mailparse.h | |
parent | abc5a2cacb6e16145934e0881954566b20f46d99 (diff) | |
download | php-git-a0f165a5cb615d49834d5e68ab7ab543e45d493e.tar.gz |
main/streams.c
Diffstat (limited to 'ext/mailparse/php_mailparse.h')
-rwxr-xr-x | ext/mailparse/php_mailparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mailparse/php_mailparse.h b/ext/mailparse/php_mailparse.h index 1f3c8bdb31..8ae3d34875 100755 --- a/ext/mailparse/php_mailparse.h +++ b/ext/mailparse/php_mailparse.h @@ -43,6 +43,7 @@ PHP_FUNCTION(mailparse_msg_get_structure); PHP_FUNCTION(mailparse_msg_get_part_data); PHP_FUNCTION(mailparse_msg_extract_part); PHP_FUNCTION(mailparse_msg_extract_part_file); +PHP_FUNCTION(mailparse_msg_extract_whole_part_file); PHP_FUNCTION(mailparse_msg_create); PHP_FUNCTION(mailparse_msg_free); |