From: Harald Radi Date: Tue, 9 Jul 2002 20:32:05 +0000 (+0000) Subject: add file again that andrei deleted by X-Git-Tag: dev~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d90ca982235270cd54466debe3ed1db71539332c;p=php add file again that andrei deleted by accident (i don't want to blame anyone here) --- 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