diff options
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 0337e4eb0c..fc9c4f830c 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -86,6 +86,7 @@ global: sd_bus_message_get_reply_cookie; sd_bus_message_get_no_reply; sd_bus_message_get_no_auto_start; + sd_bus_message_get_priority; sd_bus_message_get_signature; sd_bus_message_get_path; sd_bus_message_get_interface; @@ -104,6 +105,7 @@ global: sd_bus_message_set_no_reply; sd_bus_message_set_no_auto_start; sd_bus_message_set_destination; + sd_bus_message_set_priority; sd_bus_message_append; sd_bus_message_append_basic; sd_bus_message_append_array; |