summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/rpc/com/com.h10
1 files changed, 10 insertions, 0 deletions
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