summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/ipc.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-29 21:34:18 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-29 21:34:18 +0200
commit60e9744f281cde85790dd764cd4e52dc4b19f6b1 (patch)
tree71b8524d2079289151bd157422d4ebbb1937d910 /src/modules/bluetooth/ipc.h
parent87971c8707cf84e0f386b5fe5329c8aff155e629 (diff)
remove a few compiler warnings in BlueZ code
Diffstat (limited to 'src/modules/bluetooth/ipc.h')
-rw-r--r--src/modules/bluetooth/ipc.h2
1 files changed, 1 insertions, 1 deletions
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);