chiark / gitweb /
journal: implement message catalog
[elogind.git] / src / journal / libsystemd-journal.sym
index 27fdcdda0e25d1c80ca864ef217fa11453cf29d4..d4b0c32612efb4e0810d2ab31686b92727ad5648 100644 (file)
@@ -35,9 +35,6 @@ global:
         sd_journal_seek_realtime_usec;
         sd_journal_seek_cursor;
         sd_journal_get_cursor;
         sd_journal_seek_realtime_usec;
         sd_journal_seek_cursor;
         sd_journal_get_cursor;
-        sd_journal_query_unique;
-        sd_journal_enumerate_unique;
-        sd_journal_restart_unique;
         sd_journal_get_fd;
         sd_journal_process;
 local:
         sd_journal_get_fd;
         sd_journal_process;
 local:
@@ -70,3 +67,22 @@ global:
         sd_journal_perror;
         sd_journal_perror_with_location;
 } LIBSYSTEMD_JOURNAL_187;
         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;
+
+LIBSYSTEMD_JOURNAL_196 {
+global:
+        sd_journal_fd_reliable;
+        sd_journal_get_catalog;
+} LIBSYSTEMD_JOURNAL_195;