chiark / gitweb /
logind: add a debug message in case the session already exists
[elogind.git] / src / libsystemd / libsystemd.sym.m4
index 13ade5a040db20c832f65bcc0cc6081c9fde65e8..c708c7f38fbe2e28e96868a0397b0973b1061b0f 100644 (file)
@@ -313,10 +313,21 @@ m4_ifdef(`ENABLE_KDBUS',
         sd_bus_error_has_name;
         sd_bus_label_escape;
         sd_bus_label_unescape;
+        sd_bus_track_new;
+        sd_bus_track_ref;
+        sd_bus_track_unref;
+        sd_bus_track_get_bus;
+        sd_bus_track_add_sender;
+        sd_bus_track_remove_sender;
+        sd_bus_track_add_name;
+        sd_bus_track_remove_name;
+        sd_bus_track_count;
+        sd_bus_track_contains;
+        sd_bus_track_first;
+        sd_bus_track_next;
 
         /* sd-memfd */
         sd_memfd_new;
-        sd_memfd_new;
         sd_memfd_new_and_map;
         sd_memfd_free;
         sd_memfd_get_fd;