You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
318 B

#ifndef JSONRPC_H
#define JSONRPC_H
#include <jsonrpc/api.h>
#include <jsonrpc/method_invoke_fn.h>
#include <jsonrpc/proxy.h>
#include <jsonrpc/proxy_finished_fn.h>
#include <jsonrpc/request.h>
#include <jsonrpc/response.h>
#include <jsonrpc/send_fn.h>
#include <jsonrpc/server.h>
#include <jsonrpc/status.h>
#endif