diff options
Diffstat (limited to 'binding/microphone/microphone.h')
-rw-r--r-- | binding/microphone/microphone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binding/microphone/microphone.h b/binding/microphone/microphone.h index 01fbcb2..27ee4ea 100644 --- a/binding/microphone/microphone.h +++ b/binding/microphone/microphone.h @@ -22,5 +22,7 @@ /* notification */ extern void microphone_availablility_changed(uint16_t node_id, bool available); +extern void microphone_message_received(uint16_t node, uint16_t msg_id, uint16_t data_sz, uint8_t *data_ptr); /* JSON API */ extern void microphone_mode_set_api(afb_req_t request); +extern void microphone_doa_get_api(afb_req_t request); |