summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-06-07 12:08:27 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-06-09 12:26:32 -0500
commit7e5ef25c5a58898a408e3e5d4809a1d6f6c0d09a (patch)
tree6cec35880d0a923663a66b0108a11559a1981404 /src/ofono.h
parentf98954116191946a2c043406db9177d41b3b37ab (diff)
downloadofono-7e5ef25c5a58898a408e3e5d4809a1d6f6c0d09a.tar.bz2
stk: Use envelope encoding utility from stkutil.c
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ofono.h b/src/ofono.h
index a1e4911a..e2271e60 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -177,8 +177,8 @@ void __ofono_atom_free(struct ofono_atom *atom);
#include <ofono/sim.h>
#include <ofono/stk.h>
-void __ofono_cbs_sim_download(struct ofono_stk *stk,
- const guint8 *pdu, int pdu_len);
+struct cbs;
+void __ofono_cbs_sim_download(struct ofono_stk *stk, const struct cbs *msg);
#include <ofono/ssn.h>