]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/libsystemd.sym
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / libsystemd / libsystemd.sym
index 480ef39c7adbe8b6b3edbb134082e8ab4bab485d..a6748ceb209cd7845851d2bb478d2b42b16bc00f 100644 (file)
@@ -577,6 +577,11 @@ global:
         sd_bus_set_method_call_timeout;
         sd_bus_get_method_call_timeout;
 
+        sd_bus_error_move;
+
+        sd_bus_set_close_on_exit;
+        sd_bus_get_close_on_exit;
+
         sd_device_ref;
         sd_device_unref;
 
@@ -634,9 +639,6 @@ global:
         sd_device_enumerator_add_match_parent;
         sd_device_enumerator_allow_uninitialized;
 
-        sd_device_unrefp;
-        sd_device_enumerator_unrefp;
-
         sd_hwdb_ref;
         sd_hwdb_unref;
 
@@ -647,7 +649,30 @@ global:
         sd_hwdb_seek;
         sd_hwdb_enumerate;
 
-        sd_hwdb_unrefp;
-
         sd_id128_get_boot_app_specific;
+
+        sd_device_monitor_new;
+        sd_device_monitor_ref;
+        sd_device_monitor_unref;
+
+        sd_device_monitor_set_receive_buffer_size;
+        sd_device_monitor_attach_event;
+        sd_device_monitor_detach_event;
+        sd_device_monitor_get_event;
+        sd_device_monitor_get_event_source;
+        sd_device_monitor_start;
+        sd_device_monitor_stop;
+
+        sd_device_monitor_filter_add_match_subsystem_devtype;
+        sd_device_monitor_filter_add_match_tag;
+        sd_device_monitor_filter_update;
+        sd_device_monitor_filter_remove;
+
+        sd_event_source_get_floating;
+        sd_event_source_set_floating;
 } LIBSYSTEMD_239;
+
+LIBSYSTEMD_241 {
+global:
+        sd_bus_close_unref;
+} LIBSYSTEMD_240;