summaryrefslogtreecommitdiffstats
path: root/include/sms.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sms.h')
-rw-r--r--include/sms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sms.h b/include/sms.h
index 35025f15..01ce667f 100644
--- a/include/sms.h
+++ b/include/sms.h
@@ -41,7 +41,7 @@ typedef void (*ofono_sms_sca_set_cb_t)(const struct ofono_error *error,
struct ofono_sms_driver {
const char *name;
int (*probe)(struct ofono_sms *sms, unsigned int vendor, void *data);
- int (*remove)(struct ofono_sms *sms);
+ void (*remove)(struct ofono_sms *sms);
void (*sca_query)(struct ofono_sms *sms, ofono_sms_sca_query_cb_t cb,
void *data);
void (*sca_set)(struct ofono_sms *sms,