From 1d8785f8bd83d8a33502c63a9d713e1da215fccd Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 29 Jul 2009 10:40:17 -0500 Subject: Rename dbus_gsm_pending_reply --- src/ussd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ussd.c') diff --git a/src/ussd.c b/src/ussd.c index 5334240e..cbd49ba5 100644 --- a/src/ussd.c +++ b/src/ussd.c @@ -507,7 +507,7 @@ static void ussd_cancel_callback(const struct ofono_error *error, void *data) } else reply = __ofono_error_failed(ussd->pending); - dbus_gsm_pending_reply(&ussd->pending, reply); + __ofono_dbus_pending_reply(&ussd->pending, reply); } static DBusMessage *ussd_cancel(DBusConnection *conn, DBusMessage *msg, -- cgit v1.2.3