summaryrefslogtreecommitdiff
path: root/src/bus-proxyd/synthesize.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-01-15 14:10:28 +0100
committerDaniel Mack <daniel@zonque.org>2015-01-15 14:10:28 +0100
commit5e2de0eb1dff7bb86b40c16a0a9c9c4de33e77d1 (patch)
tree6ca99efbaf161b6e01bbb63d1c9d87639697cca4 /src/bus-proxyd/synthesize.h
parentf3c4724635951c5b8a2b3f3c3f25798ce4d290cd (diff)
bus-proxyd: move synthesize_name_acquired()
Move synthesize_name_acquired() to synthesize.c.
Diffstat (limited to 'src/bus-proxyd/synthesize.h')
-rw-r--r--src/bus-proxyd/synthesize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bus-proxyd/synthesize.h b/src/bus-proxyd/synthesize.h
index 2bc0be7cba..c24a8c8ca3 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);