urbackup_backend/fileservplugin/map_buffer.h
2011-01-06 17:43:38 +01:00

8 lines
287 B
C++

#include <string>
#include <vector>
std::wstring map_file(std::wstring fn, bool append_urd=false, std::wstring *udir=NULL);
void add_share_path(const std::string &name, const std::wstring &path);
void remove_share_path(const std::string &name);
std::vector<std::string> get_maps(void);