mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
8 lines
371 B
C++
8 lines
371 B
C++
#include <string>
|
|
#include <vector>
|
|
|
|
std::string map_file(std::string fn, const std::string& identity);
|
|
void add_share_path(const std::string &name, const std::string &path, const std::string& identity);
|
|
void remove_share_path(const std::string &name, const std::string& identity);
|
|
void register_fn_redirect(const std::string & source_fn, const std::string & target_fn);
|