From 81def6d9d52670b4211ec015e68519d94f95b4e9 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 4 Dec 2000 16:34:06 +0000 Subject: - new function hw_new_document_from_file() --- ext/hyperwave/php_hyperwave.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/hyperwave/php_hyperwave.h') diff --git a/ext/hyperwave/php_hyperwave.h b/ext/hyperwave/php_hyperwave.h index 674303bfcd..34b3c89af0 100644 --- a/ext/hyperwave/php_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.h @@ -132,6 +132,7 @@ PHP_FUNCTION(hw_insdoc); PHP_FUNCTION(hw_identify); PHP_FUNCTION(hw_free_document); PHP_FUNCTION(hw_new_document); +PHP_FUNCTION(hw_new_document_from_file); PHP_FUNCTION(hw_output_document); PHP_FUNCTION(hw_document_size); PHP_FUNCTION(hw_document_attributes); -- cgit v1.2.1