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 bd64f83..e6fb97a 100644 --- a/binding/bluetooth-common.h +++ b/binding/bluetooth-common.h @@ -114,6 +114,8 @@ void json_process_path(json_object *jresp, const char *path); gchar *return_bluez_path(afb_req_t request); +gchar **json_array_to_strv(json_object *jobj); + /** * Structure for converting from dbus properties to json * and vice-versa. |