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:
@@ -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 *
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user