]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/chattr-util.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / basic / chattr-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2010 Lennart Poettering
6 ***/
7
8 int chattr_fd(int fd, unsigned value, unsigned mask);
9 int chattr_path(const char *p, unsigned value, unsigned mask);
10
11 int read_attr_fd(int fd, unsigned *ret);
12 int read_attr_path(const char *p, unsigned *ret);