6 lines
157 B
C++
6 lines
157 B
C++
#include "jsonrpcserver.h"
|
|
|
|
/*! \fn void JsonRPCServer::registerJsonHandler(JsonHandler *handler)
|
|
Register a JSON RPC handler on the JSON RPC server.
|
|
*/
|