diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-23 00:56:14 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-23 00:56:14 +0100 |
commit | 5d293eac235f2d59eccc9b23de803821b821c12e (patch) | |
tree | 53313c86c0899ab7a428cee4985800c628a242b5 /plugins/afm-main-plugin/utils-jbus.h | |
parent | cf2b7c5be026071b696c62a8b0f260e624c9a357 (diff) | |
parent | 84e91aa612523ebedcd1d58d2f2f9c30be4d405b (diff) |
Merge origin/master
Diffstat (limited to 'plugins/afm-main-plugin/utils-jbus.h')
-rw-r--r-- | plugins/afm-main-plugin/utils-jbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/afm-main-plugin/utils-jbus.h b/plugins/afm-main-plugin/utils-jbus.h index 68e9b68a..218c21d6 100644 --- a/plugins/afm-main-plugin/utils-jbus.h +++ b/plugins/afm-main-plugin/utils-jbus.h @@ -51,3 +51,4 @@ extern int jbus_add_service_j(struct jbus *jbus, const char *method, void (*onca extern int jbus_start_serving(struct jbus *jbus); extern int jbus_send_signal_s(struct jbus *jbus, const char *name, const char *content); extern int jbus_send_signal_j(struct jbus *jbus, const char *name, struct json_object *content); + |