php-src/ext/rpc/com/com.h
Harald Radi d90ca98223 add file again that andrei deleted by
accident (i don't want to blame anyone here)
2002-07-09 20:32:05 +00:00

10 lines
140 B
C

#ifndef COM_H
#define COM_H
#include "../handler.h"
#include "../php_rpc.h"
ZEND_FUNCTION(com_addref);
ZEND_FUNCTION(com_release);
#endif