summaryrefslogtreecommitdiff
path: root/ext/hyperwave/php_hyperwave.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-12-04 16:34:06 +0000
committerUwe Steinmann <steinm@php.net>2000-12-04 16:34:06 +0000
commit81def6d9d52670b4211ec015e68519d94f95b4e9 (patch)
treecc45788a4ba172ceff038e8f10adea4e7dc73757 /ext/hyperwave/php_hyperwave.h
parentdedec6614ee1142e8f3cb2de20b7cb8ce2a65045 (diff)
downloadphp-git-81def6d9d52670b4211ec015e68519d94f95b4e9.tar.gz
- new function hw_new_document_from_file()
Diffstat (limited to 'ext/hyperwave/php_hyperwave.h')
-rw-r--r--ext/hyperwave/php_hyperwave.h1
1 files changed, 1 insertions, 0 deletions
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);