summaryrefslogtreecommitdiffstats
path: root/audio/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sink.h')
-rw-r--r--audio/sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sink.h b/audio/sink.h
index 5e4b6aaa..b067e19c 100644
--- a/audio/sink.h
+++ b/audio/sink.h
@@ -25,7 +25,7 @@
#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink"
struct sink *sink_init(struct audio_device *dev);
-void sink_free(struct audio_device *dev);
+void sink_unregister(struct audio_device *dev);
gboolean sink_is_active(struct audio_device *dev);
avdtp_state_t sink_get_state(struct audio_device *dev);
gboolean sink_new_stream(struct audio_device *dev, struct avdtp *session,