chiark / gitweb /
journald: allocate PAGE_SIZE bytes for selinux label length
[elogind.git] / src / logs-show.h
index 5cf1a6369bf2cfb53f5c0f047fefaf1c870d68d6..abb82c8aaca34ad65b7342541b1a7b7b19b9a6ef 100644 (file)
 
 #include <stdbool.h>
 
-#include "sd-journal.h"
+#include <systemd/sd-journal.h>
+
 #include "util.h"
 
 typedef enum OutputMode {
         OUTPUT_SHORT,
+        OUTPUT_SHORT_MONOTONIC,
         OUTPUT_VERBOSE,
         OUTPUT_EXPORT,
         OUTPUT_JSON,
+        OUTPUT_CAT,
         _OUTPUT_MODE_MAX,
         _OUTPUT_MODE_INVALID = -1
 } OutputMode;