class has to extend HttpMessage
[m6w6/ext-http] / php_http_message_object.h
index 8442f941624ae138245b16fbf84d7e6afea39e8b..8b28b15ea6a64cf3783bb17fa4eca2fb944a0c14 100644 (file)
@@ -6,7 +6,7 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2005, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -95,6 +95,9 @@ PHP_METHOD(HttpMessage, unserialize);
 
 PHP_METHOD(HttpMessage, fromString);
 
+PHP_METHOD(HttpMessage, detach);
+PHP_METHOD(HttpMessage, prepend);
+
 #endif
 #endif