From 8f0de90a8fd518bc5a1b0c63a6b9d2357375a287 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 13 Aug 2007 17:16:12 +0000 Subject: Fix RemoveDevice bug that prevent its removal from storage. --- audio/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index 80a95906..d9a42ca1 100644 --- a/audio/device.h +++ b/audio/device.h @@ -71,6 +71,8 @@ struct device *device_register(DBusConnection *conn, int device_store(struct device *device, gboolean is_default); +int device_remove_stored(struct device *dev); + void device_finish_sdp_transaction(struct device *device); int device_get_config(struct device *dev, int sock, struct ipc_packet *req, -- cgit