summaryrefslogtreecommitdiff
path: root/src/bus-proxyd/synthesize.h
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-07-24 12:50:56 +0200
committerDaniel Mack <github@zonque.org>2015-07-24 12:50:56 +0200
commit603d5da504bc176d0266429dc19e803076d391a9 (patch)
treec5fbbbc16f45d5e9996f716ceab241b6ead0613b /src/bus-proxyd/synthesize.h
parent77b7f805099dbdd869b1846d30ffed56833941ff (diff)
parente23bc0e7cac8ba79f4e14ab98ecd68c79cc87aab (diff)
Merge pull request #606 from dvdhrm/bus-proxy-pedantic-matches2
bus-proxy: never pass on unmatched broadcasts (v2)
Diffstat (limited to 'src/bus-proxyd/synthesize.h')
-rw-r--r--src/bus-proxyd/synthesize.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bus-proxyd/synthesize.h b/src/bus-proxyd/synthesize.h
index e850350bc5..b596daddf2 100644
--- a/src/bus-proxyd/synthesize.h
+++ b/src/bus-proxyd/synthesize.h
@@ -22,6 +22,7 @@
***/
#include "sd-bus.h"
+#include "proxy.h"
int synthetic_driver_send(sd_bus *b, sd_bus_message *m);
@@ -33,4 +34,4 @@ int synthetic_reply_method_errorf(sd_bus_message *call, const char *name, const
int synthetic_reply_method_errno(sd_bus_message *call, int error, const sd_bus_error *p);
int synthetic_reply_method_errnof(sd_bus_message *call, int error, const char *format, ...) _sd_printf_(3, 4);
-int synthesize_name_acquired(sd_bus *a, sd_bus *b, sd_bus_message *m);
+int synthesize_name_acquired(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m);