php-src/ext/rpc/com/com.c
2002-03-15 23:28:10 +00:00

12 lines
179 B
C

#include <stdio.h>
#include "../handler.h"
#include "../php_rpc.h"
RPC_REGISTER_HANDLERS(com)
RPC_FUNCTION_ENTRY_START(com)
RPC_FUNCTION_ENTRY_END()
RPC_INIT_FUNCTION(com) {
}