]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/sysfs-show.h
loginctl: rework sysfs tree dump, to honour --full and friends
[thirdparty/systemd.git] / src / login / sysfs-show.h
index 3e94bc3ed55a78a0245a925b7e381f3f99671117..e19af4cd928db77b7d6a0decaeaf320a7ae561ab 100644 (file)
@@ -19,4 +19,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);