mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
removed uuid mountpoint and factory
This commit is contained in:
@@ -42,23 +42,6 @@ extern WF_API struct wf_server_config * wf_server_config_create(void);
|
||||
extern WF_API void wf_server_config_dispose(
|
||||
struct wf_server_config * config);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/// \brief Sets a mountpoint path.
|
||||
/// \deprecated This function will be removed soon. Use \ref
|
||||
/// wf_server_config_set_mountpoint_factory instead.
|
||||
///
|
||||
/// Sets the root path of UUID-based file system.
|
||||
///
|
||||
/// \note A valid configuration needs either a mountpoint or a mounpoint
|
||||
/// factory.
|
||||
///
|
||||
/// \param config pointer of configuration object
|
||||
/// \param mount_point root path of UUID-based file system.
|
||||
//------------------------------------------------------------------------------
|
||||
extern WF_API void wf_server_config_set_mountpoint(
|
||||
struct wf_server_config * config,
|
||||
char const * mount_point);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/// \brief Sets the mountpoint factory of the configuration.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user