From a0f165a5cb615d49834d5e68ab7ab543e45d493e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 2 Apr 2002 16:46:33 +0000 Subject: main/streams.c --- ext/mailparse/php_mailparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mailparse/php_mailparse.h') 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); -- cgit v1.2.1