Systemd/src/login/sysfs-show.h
2020-11-09 13:23:58 +09:00

9 lines
204 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include <sys/types.h>
#include "output-mode.h"
int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);