summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-03-18 16:12:40 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-03-18 18:31:14 -0500
commit9a37a672bfd1ef4902f34871d92aa21748385c77 (patch)
tree57073628e37ee5bea4252f65d86d3f115bc7151c /src/ofono.h
parent458ef95e5d8c7d3b542c5ff4186767f6fd9a9bd7 (diff)
downloadofono-9a37a672bfd1ef4902f34871d92aa21748385c77.tar.bz2
sms: Move CancelMessage(o) method
Move this method to the Message Cancel() method instead and introduce new __ofono_sms_txq_cancel API
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 e7053cd0..b9ca314c 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -299,6 +299,9 @@ int __ofono_sms_txq_set_submit_notify(struct ofono_sms *sms,
void *data,
ofono_destroy_func destroy);
+int __ofono_sms_txq_cancel(struct ofono_sms *sms,
+ const struct ofono_uuid *uuid);
+
const char *__ofono_sms_message_path_from_uuid(struct ofono_sms *sms,
const struct ofono_uuid *uuid);