diff options
Diffstat (limited to 'src/bus-proxyd/synthesize.h')
-rw-r--r-- | src/bus-proxyd/synthesize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bus-proxyd/synthesize.h b/src/bus-proxyd/synthesize.h index a55f171cb2..e850350bc5 100644 --- a/src/bus-proxyd/synthesize.h +++ b/src/bus-proxyd/synthesize.h @@ -23,6 +23,8 @@ #include "sd-bus.h" +int synthetic_driver_send(sd_bus *b, sd_bus_message *m); + int synthetic_reply_method_return(sd_bus_message *call, const char *types, ...); int synthetic_reply_method_return_strv(sd_bus_message *call, char **l); |