diff options
Diffstat (limited to 'binding/bluetooth-common.h')
-rw-r--r-- | binding/bluetooth-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binding/bluetooth-common.h b/binding/bluetooth-common.h index 159c5f4..faa9558 100644 --- a/binding/bluetooth-common.h +++ b/binding/bluetooth-common.h @@ -110,6 +110,8 @@ gchar *key_dbus_to_json(const gchar *key, gboolean auto_lower); json_object *simple_gvariant_to_json(GVariant *var, json_object *parent, gboolean recurse); +void json_process_path(json_object *jresp, const char *path); + /** * Structure for converting from dbus properties to json * and vice-versa. |