chiark / gitweb /
systemctl: show hint about --full when lines don't fit
[elogind.git] / src / shared / logs-show.h
index c9a9ad3e9195413239bc3b062d031aa4c3c3c601..11b3b59b7bef814e8ac53f2f89c3faeb781f2dd4 100644 (file)
@@ -35,7 +35,8 @@ int output_journal(
                 sd_journal *j,
                 OutputMode mode,
                 unsigned n_columns,
-                OutputFlags flags);
+                OutputFlags flags,
+                bool *ellipsized);
 
 int add_match_this_boot(sd_journal *j);
 
@@ -57,7 +58,8 @@ int show_journal_by_unit(
                 unsigned how_many,
                 uid_t uid,
                 OutputFlags flags,
-                bool system);
+                bool system,
+                bool *ellipsized);
 
 void json_escape(
                 FILE *f,