1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

integrated libwf_timer and libwf_jsonrpc into libwebfuse-core

This commit is contained in:
Falk Werner
2020-03-29 17:40:33 +02:00
parent 1d4db34ecb
commit bbdd5a24f5
73 changed files with 426 additions and 929 deletions

View File

@@ -4,7 +4,7 @@
#include <errno.h>
#include <jansson.h>
#include "wf/jsonrpc/proxy.h"
#include "webfuse/core/jsonrpc/proxy.h"
#include "webfuse/core/util.h"
void wf_impl_operation_close(

View File

@@ -7,7 +7,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include "wf/jsonrpc/proxy.h"
#include "webfuse/core/jsonrpc/proxy.h"
#include "webfuse/core/json_util.h"
#include "webfuse/core/util.h"

View File

@@ -10,7 +10,7 @@
#include <stdlib.h>
#include "wf/jsonrpc/proxy.h"
#include "webfuse/core/jsonrpc/proxy.h"
#include "webfuse/core/json_util.h"
#include "webfuse/core/util.h"

View File

@@ -4,7 +4,7 @@
#include <errno.h>
#include <jansson.h>
#include "wf/jsonrpc/proxy.h"
#include "webfuse/core/jsonrpc/proxy.h"
#include "webfuse/core/util.h"
#include "webfuse/core/status.h"
#include "webfuse/core/json_util.h"

View File

@@ -5,7 +5,7 @@
#include <limits.h>
#include <jansson.h>
#include "wf/jsonrpc/proxy.h"
#include "webfuse/core/jsonrpc/proxy.h"
#include "webfuse/core/base64.h"
#include "webfuse/core/json_util.h"

View File

@@ -8,7 +8,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include "wf/jsonrpc/proxy.h"
#include "webfuse/core/jsonrpc/proxy.h"
#include "webfuse/core/util.h"
#include "webfuse/core/json_util.h"