diff options
author | Harald Radi <phanto@php.net> | 2002-03-15 23:28:10 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-03-15 23:28:10 +0000 |
commit | c1fe9cd279336ad7d6aee3941330e761fa8a0edc (patch) | |
tree | 671e875b96f84c13df8932f8631cec6ab10c5b49 /ext/rpc/com | |
parent | 207f26ae91660a6e3ce3763482f3da25c1001fb0 (diff) | |
download | php-git-c1fe9cd279336ad7d6aee3941330e761fa8a0edc.tar.gz |
ongoing development ...
Diffstat (limited to 'ext/rpc/com')
-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) { } |