summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-29 10:54:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-29 10:54:35 +0200
commit39e01cefe9270cc0c1277c0bfe79e586575e3d4a (patch)
tree5c6fac09969e3fbf8331a3712ad0ea08f88ba4a7 /audio/ipc.h
parentc4c130d3922dedc992e00fbf94bde64a180306c2 (diff)
Add missing void declaration in function
Diffstat (limited to 'audio/ipc.h')
-rw-r--r--audio/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ipc.h b/audio/ipc.h
index c900fcd1..ae85e727 100644
--- a/audio/ipc.h
+++ b/audio/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);