summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.sym
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-05 10:30:23 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-05 10:30:23 +0200
commit20d9767d610b86432b3e6893d208604f384c41ca (patch)
tree51eafc38a4f5ee24959b0643b4ae339a5637e109 /src/libelogind/libelogind.sym
parent41ab6b37cca2861133b7201e3ebaaa20cd306a99 (diff)
Prep v232.2: Unmask sd_id128_get_invocation(), it is part of the API installed by elogind, and therefore must not be masked.
Diffstat (limited to 'src/libelogind/libelogind.sym')
-rw-r--r--src/libelogind/libelogind.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libelogind/libelogind.sym b/src/libelogind/libelogind.sym
index 4d9623cbb..179c07a63 100644
--- a/src/libelogind/libelogind.sym
+++ b/src/libelogind/libelogind.sym
@@ -521,5 +521,5 @@ global:
/* sd_bus_track_count_sender; */
sd_bus_set_exit_on_disconnect;
/* sd_bus_get_exit_on_disconnect; */
- /* sd_id128_get_invocation; */
+ sd_id128_get_invocation;
} LIBELOGIND_231;