X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd%2Flibsystemd.sym.m4;h=81f1122697eaa2374586a5b5a7d29fb9ae8179b7;hb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;hp=19a49f45da7f111ae60c18f59bda60eac9733a5b;hpb=a354329f724d6ce913d2ccffb2be8f3327a67faa;p=elogind.git diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 19a49f45d..81f112269 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -185,6 +185,8 @@ global: sd_bus_set_trusted; sd_bus_set_monitor; sd_bus_set_description; + sd_bus_set_allow_interactive_authorization; + sd_bus_get_allow_interactive_authorization; sd_bus_negotiate_fds; sd_bus_negotiate_timestamp; sd_bus_negotiate_creds; @@ -350,6 +352,7 @@ global: sd_bus_error_set_const; sd_bus_error_set_errno; sd_bus_error_set_errnof; + sd_bus_error_set_errnofv; sd_bus_error_get_errno; sd_bus_error_copy; sd_bus_error_is_set; @@ -382,6 +385,9 @@ global: sd_event_add_child; sd_event_add_defer; sd_event_add_exit; + sd_event_wait; + sd_event_prepare; + sd_event_dispatch; sd_event_run; sd_event_loop; sd_event_exit;