summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-03 22:32:45 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-11-04 10:25:41 -0500
commit4a2111347facc1165903e32e09b6cc0959145f65 (patch)
tree51c5794d7be30e5eaf641246afe70f52c6fd5914 /src/ofono.h
parent0edb5e36452ec30dfae8e33141f95bcd6e1f746c (diff)
downloadofono-4a2111347facc1165903e32e09b6cc0959145f65.tar.bz2
sms: Add __ofono_sms_message_path_from_uuid
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);