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.h

21 lines
289 B
C
Raw Normal View History

2020-02-16 03:02:23 +00:00
#ifndef WF_IMPL_UUID_MOUNTPOINT_H
#define WF_IMPL_UUID_MOUNTPOINT_H
#ifdef __cplusplus
extern "C"
{
#endif
struct wf_mountpoint;
extern struct wf_mountpoint *
wf_impl_uuid_mountpoint_create(
char const * root_path,
char const * filesystem);
#ifdef __cplusplus
}
#endif
#endif