mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
15 lines
318 B
C
15 lines
318 B
C
#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
|