From 9a37a672bfd1ef4902f34871d92aa21748385c77 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 18 Mar 2011 16:12:40 -0500 Subject: sms: Move CancelMessage(o) method Move this method to the Message Cancel() method instead and introduce new __ofono_sms_txq_cancel API --- src/ofono.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ofono.h') 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); -- cgit v1.2.3