summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 01b0d4ec..d2244d59 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -253,6 +253,9 @@ int __ofono_sms_txq_submit(struct ofono_sms *sms, GSList *list,
ofono_sms_txq_submit_cb_t cb,
void *data, ofono_destroy_func destroy);
+const char *__ofono_sms_message_path_from_uuid(struct ofono_sms *sms,
+ const struct ofono_uuid *uuid);
+
unsigned int __ofono_sms_text_watch_add(struct ofono_sms *sms,
ofono_sms_text_notify_cb_t cb,
void *data, ofono_destroy_func destroy);