diff options
author | Uwe Steinmann <steinm@php.net> | 1999-08-05 19:28:07 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 1999-08-05 19:28:07 +0000 |
commit | 6b5f0dde77763e55fc222b88b345ac617db96bb0 (patch) | |
tree | cfd2faecc0d1e48f930f40b37b5f7f558e0779d3 /ext | |
parent | f81c6b18f40488899273092b61ae52963fed30a4 (diff) | |
download | php-git-6b5f0dde77763e55fc222b88b345ac617db96bb0.tar.gz |
renamed file
Diffstat (limited to 'ext')
-rw-r--r-- | ext/hyperwave/php3_hyperwave.h (renamed from ext/hyperwave/hw.h) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/hyperwave/hw.h b/ext/hyperwave/php3_hyperwave.h index 332620d8c0..087a329c3c 100644 --- a/ext/hyperwave/hw.h +++ b/ext/hyperwave/php3_hyperwave.h @@ -67,6 +67,7 @@ PHP_FUNCTION(hw_mv); PHP_FUNCTION(hw_cp); PHP_FUNCTION(hw_deleteobject); PHP_FUNCTION(hw_changeobject); +PHP_FUNCTION(hw_modifyobject); PHP_FUNCTION(hw_getparents); PHP_FUNCTION(hw_getparentsobj); PHP_FUNCTION(hw_children); @@ -108,6 +109,7 @@ PHP_FUNCTION(hw_document_size); PHP_FUNCTION(hw_document_attributes); PHP_FUNCTION(hw_document_bodytag); PHP_FUNCTION(hw_document_content); +PHP_FUNCTION(hw_document_setcontent); PHP_FUNCTION(hw_objrec2array); PHP_FUNCTION(hw_array2objrec); PHP_FUNCTION(hw_connection_info); @@ -116,8 +118,10 @@ PHP_FUNCTION(hw_getrellink); PHP_FUNCTION(hw_dummy); PHP_FUNCTION(hw_who); PHP_FUNCTION(hw_stat); + #else #define hw_module_ptr NULL #endif /* HYPERWAVE */ +#define phpext_hyperwave_ptr hw_module_ptr #endif /* _HW_H */ |