From 60ec17b68922904833973af118ff91e0f1df1b04 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 8 Jan 2009 17:18:07 -0300 Subject: Make audio plugin to use audio_device sufix instead of device_. To prevent future name clashes with btd_device API. --- audio/device.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index a50214da..2f626a54 100644 --- a/audio/device.h +++ b/audio/device.h @@ -65,10 +65,11 @@ struct audio_device { struct target *target; }; -struct audio_device *device_register(DBusConnection *conn, +struct audio_device *audio_device_register(DBusConnection *conn, const char *path, const bdaddr_t *src, const bdaddr_t *dst); -void device_unregister(struct audio_device *device); +void audio_device_unregister(struct audio_device *device); -gboolean device_is_connected(struct audio_device *dev, const char *interface); +gboolean audio_device_is_connected(struct audio_device *dev, + const char *interface); -- cgit