From 993e7c747c360fb05b98e316b7ec760d2fb70365 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 11 Apr 2007 08:56:50 +0000 Subject: Implement ChangeDefaultHeadset and RemoveHeadset methods --- audio/headset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/headset.h') diff --git a/audio/headset.h b/audio/headset.h index 9f1c1232..7c85b9bb 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -44,6 +44,7 @@ int headset_remove_ag_record(DBusConnection *conn, uint32_t rec_id); gboolean headset_server_io_cb(GIOChannel *chan, GIOCondition cond, struct manager *manager); +gint headset_path_cmp(gconstpointer headset, gconstpointer path); gint headset_bda_cmp(gconstpointer headset, gconstpointer bda); const char *headset_get_path(struct headset *hs); -- cgit