summaryrefslogtreecommitdiffstats
path: root/include/sms.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-01 22:27:08 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-01 22:27:08 -0500
commit9caa606bcc350389d31ac51b7728729aa52603ed (patch)
tree9e3d9413d83b0f24c9b78e1ee84550dbe72cfc67 /include/sms.h
parent422df0edfb321b0905ca85b02b31cb9c824a6d9d (diff)
downloadofono-9caa606bcc350389d31ac51b7728729aa52603ed.tar.bz2
Make remove functions not return anything
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,