]> granicus.if.org Git - php/commitdiff
add file again that andrei deleted by
authorHarald Radi <phanto@php.net>
Tue, 9 Jul 2002 20:32:05 +0000 (20:32 +0000)
committerHarald Radi <phanto@php.net>
Tue, 9 Jul 2002 20:32:05 +0000 (20:32 +0000)
accident (i don't want to blame anyone here)

ext/rpc/com/com.h [new file with mode: 0644]

diff --git a/ext/rpc/com/com.h b/ext/rpc/com/com.h
new file mode 100644 (file)
index 0000000..ab638b5
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef COM_H
+#define COM_H
+
+#include "../handler.h"
+#include "../php_rpc.h"
+
+ZEND_FUNCTION(com_addref);
+ZEND_FUNCTION(com_release);
+
+#endif
\ No newline at end of file