mirror of
https://github.com/falk-werner/webfuse-provider
synced 2025-06-08 20:33:58 +00:00
15 lines
351 B
C
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
|