1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 19:30:48 +00:00
falk-werner_webfuse-provider/lib/webfuse/adapter/impl/uuid_mountpoint_factory.h

22 lines
365 B
C
Raw Normal View History

2020-02-16 03:02:23 +00:00
#ifndef WF_IMPL_UUID_MOUNTPOINT_FACTORY_H
#define WF_IMPL_UUID_MOUNTPOINT_FACTORY_H
2020-02-16 20:03:17 +00:00
#include "webfuse/adapter/impl/mountpoint_factory.h"
#include <stdbool.h>
2020-02-16 03:02:23 +00:00
#ifdef __cplusplus
extern "C"
{
#endif
2020-02-16 20:03:17 +00:00
extern bool
wf_impl_uuid_mountpoint_factory_init(
struct wf_impl_mountpoint_factory * factory,
char const * root_path);
2020-02-16 03:02:23 +00:00
#ifdef __cplusplus
}
#endif
#endif