chiark / gitweb /
sd-id128: add new sd_id128_get_machine_app_specific() API
[elogind.git] / src / libelogind / libelogind.sym
index e10e2b4a7da8742cf5f8969dc6004773ea65e022..4f24666698af74195b2ce60263bec11a87985123 100644 (file)
@@ -523,3 +523,8 @@ global:
         /* sd_bus_get_exit_on_disconnect; */
         sd_id128_get_invocation;
 } LIBSYSTEMD_231;
+
+LIBSYSTEMD_233 {
+global:
+        sd_id128_get_machine_app_specific;
+} LIBSYSTEMD_232;