aboutsummaryrefslogtreecommitdiffstats
path: root/misc/librepo/files/xattr.h
blob: 8304b9a9660edb1916040e323df054556bef83f3 (plain) (blame)
1
2
3
4
5
int fsetxattr(int fd, const char *name, const void *value, size_t size, int flags);
ssize_t flistxattr(int fd, char *namebuf, size_t size);
ssize_t fgetxattr(int fd, const char *name, void *value, size_t size);
int fremovexattr(int fd, const char *name);