2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _LIBROOT_LAUNCH_H
6 #define _LIBROOT_LAUNCH_H
9 #include <LaunchDaemonDefs.h>
20 port_id
get_launch_daemon_port();
21 status_t
send_request_to_launch_daemon(KMessage
& request
, KMessage
& reply
);
22 status_t
get_launch_data(const char* signature
, KMessage
& data
);
25 } // namespace BPrivate
29 #endif // _LIBROOT_LAUNCH_H