1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2025-06-08 20:33:58 +00:00
falk-werner_webfuse-provider/lib/wf/jsonrpc/include/wf/jsonrpc.h
2020-03-01 16:55:58 +01:00

15 lines
351 B
C

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