]> granicus.if.org Git - php/commitdiff
renamed file
authorUwe Steinmann <steinm@php.net>
Thu, 5 Aug 1999 19:28:07 +0000 (19:28 +0000)
committerUwe Steinmann <steinm@php.net>
Thu, 5 Aug 1999 19:28:07 +0000 (19:28 +0000)
ext/hyperwave/php3_hyperwave.h [moved from ext/hyperwave/hw.h with 97% similarity]

similarity index 97%
rename from ext/hyperwave/hw.h
rename to ext/hyperwave/php3_hyperwave.h
index 332620d8c029f5ea6e8d0a38ac9e29e621aa6e43..087a329c3c72fb63be6f535b82020e87d6630ab2 100644 (file)
@@ -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 */