From d90ca982235270cd54466debe3ed1db71539332c Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Tue, 9 Jul 2002 20:32:05 +0000 Subject: [PATCH] add file again that andrei deleted by accident (i don't want to blame anyone here) --- ext/rpc/com/com.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/rpc/com/com.h diff --git a/ext/rpc/com/com.h b/ext/rpc/com/com.h new file mode 100644 index 0000000000..ab638b518c --- /dev/null +++ b/ext/rpc/com/com.h @@ -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 -- 2.40.0