Browse Source

fs_xattr.hpp

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

2
src/fs_xattr.hpp

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

Loading…
Cancel
Save