php-src/ext/rpc/layer.h
Harald Radi ff62e746d2 rpc apstraction module
does only work with ZendEngine2
2002-03-15 00:00:34 +00:00

12 lines
164 B
C

#ifndef LAYER_H
#define LAYER_H
#include "handler.h"
RPC_DECLARE_HANDLER(com);
rpc_handler_entry handler_entries[] = {
RPC_HANDLER(com)
};
#endif /* LAYER_H */