]> git.proxmox.com Git - systemd.git/blobdiff - src/login/sysfs-show.h
New upstream version 236
[systemd.git] / src / login / sysfs-show.h
index 3e94bc3ed55a78a0245a925b7e381f3f99671117..15c902cc3aa63491afd004d09ec8314490f8531a 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -19,4 +20,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int show_sysfs(const char *seat, const char *prefix, unsigned columns);
+#include <sys/types.h>
+
+#include "output-mode.h"
+
+int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);