1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-01 13:21:57 +00:00
falk-werner_webfuse-provider/lib/webfuse/adapter/impl/operation/context.c

11 lines
304 B
C
Raw Normal View History

#include "webfuse/adapter/impl/operation/context.h"
#include "webfuse/adapter/impl/session_manager.h"
#include "webfuse/adapter/impl/session.h"
#include <stddef.h>
2020-04-04 21:27:34 +00:00
struct wf_jsonrpc_proxy * wf_impl_operation_context_get_proxy(
struct wf_impl_operation_context * context)
{
return context->proxy;
}