chiark / gitweb /
Prep 229.9: Make all supportable API functions visible.
authorSven Eden <yamakuzure@gmx.net>
Tue, 12 Dec 2017 06:54:16 +0000 (07:54 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 12 Dec 2017 06:54:16 +0000 (07:54 +0100)
commit20710c92ba65584a6fba036f9a2c3624a6bc2565
tree1b8936dc3b5f9fd605a5dc8a820baa95dbcc4203
parent5fc9b845038323a4281383b00221852cfdd37a8d
Prep 229.9: Make all supportable API functions visible.

The process of cleaning up elogind, meaning to mask all bits that are
unneeded by elogind, has been finished a while ago.

It is therefore time to re-enable all previously masked API functions
that elogind can support. This will make it easier for future
developers to integrate elogind into their software where they
already support systemd-login.
24 files changed:
man/glib-event-glue.c [new file with mode: 0644]
man/sd_bus_message_append_string_memfd.xml [new file with mode: 0644]
man/sd_bus_message_get_cookie.xml [new file with mode: 0644]
man/sd_bus_message_get_monotonic_usec.xml [new file with mode: 0644]
man/sd_bus_path_encode.xml [new file with mode: 0644]
man/sd_event_get_fd.xml [new file with mode: 0644]
src/basic/memfd-util.c
src/basic/memfd-util.h
src/basic/siphash24.c
src/basic/socket-util.h
src/libelogind/libelogind.sym
src/libelogind/sd-bus/bus-control.c
src/libelogind/sd-bus/bus-convenience.c
src/libelogind/sd-bus/bus-creds.c
src/libelogind/sd-bus/bus-message.c
src/libelogind/sd-bus/bus-objects.c
src/libelogind/sd-bus/bus-slot.c
src/libelogind/sd-bus/bus-track.c
src/libelogind/sd-bus/sd-bus.c
src/libelogind/sd-daemon/sd-daemon.c
src/libelogind/sd-event/sd-event.c
src/systemd/sd-bus.h
src/systemd/sd-daemon.h
src/systemd/sd-event.h