chiark / gitweb /
journal: add ability to list values a specified field can take in all entries of...
[elogind.git] / src / journal / libsystemd-journal.sym
index 27fdcdda0e25d1c80ca864ef217fa11453cf29d4..a1a8472906409ba511bddd4e22c10ed39d2ae46b 100644 (file)
@@ -70,3 +70,16 @@ global:
         sd_journal_perror;
         sd_journal_perror_with_location;
 } LIBSYSTEMD_JOURNAL_187;
+
+LIBSYSTEMD_JOURNAL_190 {
+global:
+        sd_journal_get_usage;
+} LIBSYSTEMD_JOURNAL_188;
+
+LIBSYSTEMD_JOURNAL_195 {
+global:
+        sd_journal_test_cursor;
+        sd_journal_query_unique;
+        sd_journal_enumerate_unique;
+        sd_journal_restart_unique;
+} LIBSYSTEMD_JOURNAL_190;