summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/handsfree-audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h
index f79afb3a..8c16b22e 100644
--- a/include/handsfree-audio.h
+++ b/include/handsfree-audio.h
@@ -38,7 +38,7 @@ struct ofono_handsfree_card_driver {
int (*probe)(struct ofono_handsfree_card *card, unsigned int vendor,
void *data);
void (*remove)(struct ofono_handsfree_card *card);
- int (*connect)(struct ofono_handsfree_card *card,
+ void (*connect)(struct ofono_handsfree_card *card,
ofono_handsfree_card_connect_cb_t cb,
void *data);
};