From af955f917f2930957fd6fd564386aa8e541504a1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 19 May 2020 19:05:03 +0200 Subject: man: include sd_bus_message_handler_t prototype in synopsys of all man pages that reference the type The type is not trivial, and kinda important to understand things, hence import it everywhere where appropriate. --- man/sd_bus_request_name.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/sd_bus_request_name.xml') diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 7229ef517a..f8a49c006b 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -28,6 +28,8 @@ #include <systemd/sd-bus.h> + + int sd_bus_request_name sd_bus *bus -- cgit v1.2.1