summaryrefslogtreecommitdiffstats
path: root/src/sms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sms.c')
-rw-r--r--src/sms.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sms.c b/src/sms.c
index 1d026a6f..c33175b8 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -1865,6 +1865,11 @@ void *ofono_sms_get_data(struct ofono_sms *sms)
return sms->driver_data;
}
+unsigned short __ofono_sms_get_next_ref(struct ofono_sms *sms)
+{
+ return sms->ref;
+}
+
int __ofono_sms_txq_submit(struct ofono_sms *sms, GSList *list,
unsigned int flags,
struct ofono_uuid *uuid,