Brad Bishop | 62ece2b | 2016-07-25 09:00:51 -0400 | [diff] [blame] | 1 | #include <systemd/sd-bus.h> |
| 2 | |
| 3 | #ifdef __cplusplus |
| 4 | extern "C" { |
| 5 | #endif |
Brad Bishop | 2afe718 | 2016-08-13 14:08:17 -0400 | [diff] [blame] | 6 | typedef struct mapper_async_wait mapper_async_wait; |
| 7 | void mapper_wait_async_free(mapper_async_wait *); |
| 8 | |
| 9 | int mapper_wait_async(sd_bus *, char *[], |
| 10 | void (*)(int, void *), void *, mapper_async_wait **); |
Brad Bishop | 62ece2b | 2016-07-25 09:00:51 -0400 | [diff] [blame] | 11 | int mapper_get_service(sd_bus *conn, const char *obj, char **service); |
| 12 | #ifdef __cplusplus |
| 13 | } |
| 14 | #endif |