summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-30 17:57:50 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-30 17:57:50 -0300
commitd0c561820ca05cafc8a7d20e3250953b48aa5214 (patch)
treef653006e6617f4f89c9bc60d4451df323bf1a08c /audio/headset.h
parent990b22de8763ca1b23a6c2911dcd3ca30592ac3f (diff)
Remove use of g_dbus_unregister_all_interfaces.
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h
index b61a1015..4c928e54 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -45,7 +45,7 @@ typedef void (*headset_stream_cb_t) (struct audio_device *dev, void *user_data);
struct headset *headset_init(struct audio_device *dev, sdp_record_t *record,
uint16_t svc);
-void headset_free(struct audio_device *dev);
+void headset_unregister(struct audio_device *dev);
uint32_t headset_config_init(GKeyFile *config);