From 7e25356deec3369773e3949fe7336d84c10834c0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 10:10:22 +0100 Subject: fish --- prototypes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'prototypes.h') diff --git a/prototypes.h b/prototypes.h index 015fb69..ab6773c 100644 --- a/prototypes.h +++ b/prototypes.h @@ -8,7 +8,10 @@ extern void fatal_zip(struct zip *zip); extern struct zip *open_zip(const char *fn); extern size_t read_file_from_zip(struct zip *zip, const char *fn, void *_buf); /* ble.c */ -extern int bt_thing(const char *bdaddr); +extern void ble_close(BLE *ble); +extern void ble_init(void); +extern BLE *ble_open(const char *bdaddr); +extern int ble_register_notify(BLE *ble); /* manifest.c */ extern json_object *_json_object_object_get(json_object *obj, const char *name); extern struct manifest *parse_manifest(const char *str); -- cgit v1.2.3