From 60e9744f281cde85790dd764cd4e52dc4b19f6b1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 29 Sep 2008 21:34:18 +0200 Subject: remove a few compiler warnings in BlueZ code --- src/modules/bluetooth/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/bluetooth/ipc.h') diff --git a/src/modules/bluetooth/ipc.h b/src/modules/bluetooth/ipc.h index c900fcd1..ae85e727 100644 --- a/src/modules/bluetooth/ipc.h +++ b/src/modules/bluetooth/ipc.h @@ -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); -- cgit