X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbus-proxyd%2Fsynthesize.h;h=c24a8c8ca342883598873939530d9112292f4bbe;hb=5ffa8c818120e35c89becd938d160235c069dd12;hp=2bc0be7cbad597c372e268254ed7df91ff5aadc1;hpb=f3c4724635951c5b8a2b3f3c3f25798ce4d290cd;p=elogind.git diff --git a/src/bus-proxyd/synthesize.h b/src/bus-proxyd/synthesize.h index 2bc0be7cb..c24a8c8ca 100644 --- a/src/bus-proxyd/synthesize.h +++ b/src/bus-proxyd/synthesize.h @@ -28,3 +28,4 @@ int synthetic_reply_method_return(sd_bus_message *call, const char *types, ...); int synthetic_reply_return_strv(sd_bus_message *call, char **l); int synthetic_reply_method_error(sd_bus_message *call, const sd_bus_error *e); int synthetic_reply_method_errno(sd_bus_message *call, int error, const sd_bus_error *p); +int synthesize_name_acquired(sd_bus *a, sd_bus *b, sd_bus_message *m);