diff options
Diffstat (limited to 'binding/bluetooth-map-common.h')
-rw-r--r-- | binding/bluetooth-map-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding/bluetooth-map-common.h b/binding/bluetooth-map-common.h index ba68781..8b2f469 100644 --- a/binding/bluetooth-map-common.h +++ b/binding/bluetooth-map-common.h @@ -174,5 +174,6 @@ json_object *get_named_property(const struct property_info *pi, /* functions defined in bluetooth-map-bmessage.c */ json_object *bmessage_parse(const gchar *bmessage); +GString *bmessage_encoder(afb_req_t request); #endif /* BLUETOOTH_MAP_COMMON_H */ |