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

added implementation of mountpoint

This commit is contained in:
Falk Werner
2020-02-15 15:11:35 +01:00
parent 16705acf81
commit e727a9a54d
8 changed files with 100 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ wf_mountpoint_create(
char const * path);
extern void
wf_mountpoint_release(
wf_mountpoint_dispose(
struct wf_mountpoint * mountpoint);
extern char const *

View File

@@ -9,5 +9,6 @@
#include <webfuse/adapter/server_protocol.h>
#include <webfuse/adapter/authenticate.h>
#include <webfuse/adapter/credentials.h>
#include <webfuse/adapter/mountpoint.h>
#endif