remove a few compiler warnings in BlueZ code

This commit is contained in:
Lennart Poettering 2008-09-29 21:34:18 +02:00
parent 87971c8707
commit 60e9744f28
3 changed files with 5 additions and 6 deletions

View file

@ -289,7 +289,7 @@ struct bt_control_ind {
/* Function declaration */
/* Opens a connection to the audio service: return a socket descriptor */
int bt_audio_service_open();
int bt_audio_service_open(void);
/* Closes a connection to the audio service */
int bt_audio_service_close(int sk);