From 92718427486c33c5ee3381c61280c6a842a169e0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 15 Apr 2010 13:49:03 -0500 Subject: Fix: Make the name a bit clearer --- src/stk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/stk.c b/src/stk.c index 195725c9..733d13d6 100644 --- a/src/stk.c +++ b/src/stk.c @@ -44,7 +44,7 @@ struct ofono_stk { struct ofono_atom *atom; }; -static void stk_cb_download_cb(const struct ofono_error *error, +static void stk_cbs_download_cb(const struct ofono_error *error, const unsigned char *data, int len, void *user) { if (error->type != OFONO_ERROR_TYPE_NO_ERROR) { @@ -77,7 +77,7 @@ void __ofono_cbs_sim_download(struct ofono_stk *stk, memcpy(tlv + 8, pdu, pdu_len); - stk->driver->envelope(stk, pdu_len + 8, tlv, stk_cb_download_cb, stk); + stk->driver->envelope(stk, pdu_len + 8, tlv, stk_cbs_download_cb, stk); } void ofono_stk_proactive_command_notify(struct ofono_stk *stk, -- cgit v1.2.3