1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext/rpc/layer.h
T
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 */