Browse Source

fs_xattr.hpp

webui
Antonio SJ Musumeci 2 weeks ago
parent
commit
8fcbe95e98
  1. 6
      src/fs_xattr.hpp

6
src/fs_xattr.hpp

@ -66,9 +66,9 @@ namespace fs
int set(const int fd, int set(const int fd,
const map<string,string> &attrs); const map<string,string> &attrs);
int set(const fs::path &path, int set(const fs::path &path,
const string &key,
const string &value,
const int flags);
const string &key,
const string &value,
const int flags);
int set(const string &path, int set(const string &path,
const map<string,string> &attrs); const map<string,string> &attrs);

Loading…
Cancel
Save