]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/chattr-util.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / basic / chattr-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 int chattr_fd(int fd, unsigned value, unsigned mask);
5 int chattr_path(const char *p, unsigned value, unsigned mask);
6
7 int read_attr_fd(int fd, unsigned *ret);
8 int read_attr_path(const char *p, unsigned *ret);