Browse Source

fs_xattr.hpp

webui
Antonio SJ Musumeci 2 weeks ago
parent
commit
70948e1aaa
  1. 2
      src/fs_xattr.hpp

2
src/fs_xattr.hpp

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

Loading…
Cancel
Save