diff options
Diffstat (limited to 'ext/rpc/com/com.c')
-rw-r--r-- | ext/rpc/com/com.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/rpc/com/com.c b/ext/rpc/com/com.c index b9b380e5c4..c481e653ec 100644 --- a/ext/rpc/com/com.c +++ b/ext/rpc/com/com.c @@ -1,7 +1,11 @@ #include <stdio.h> #include "../handler.h" +#include "../php_rpc.h" -RPC_REGISTER_HANDLERS(com); +RPC_REGISTER_HANDLERS(com) + +RPC_FUNCTION_ENTRY_START(com) +RPC_FUNCTION_ENTRY_END() RPC_INIT_FUNCTION(com) { } |