EVRPC_HEADER

Creates the definitions and prototypes for an RPC

You need to use EVRPC_HEADER to create structures and function prototypes needed by the server and client implementation. The structures have to be defined in an .rpc file and converted to source code via event_rpcgen.py

@param rpcname the name of the RPC @param reqthe name of the RPC request structure @param replythe name of the RPC reply structure @see EVRPC_GENERATE()

extern (C) nothrow
mixin template EVRPC_HEADER (
string rpcname
reqstruct
rplystruct
)

Meta