chiark / gitweb /
copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if possible
[elogind.git] / src / login / sysfs-show.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   This file is part of systemd.
6
7   Copyright 2011 Lennart Poettering
8 ***/
9
10 #include <sys/types.h>
11
12 #include "output-mode.h"
13
14 int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);