summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-12-17 19:52:32 +0100
committerDenis Kenzior <denkenz@gmail.com>2009-12-17 21:45:39 -0600
commitda6f3e63e020f51915c856a0fa50aa7c0378f200 (patch)
tree0691e384788f4987ec291f65e84a0edcf154db42 /src/ofono.h
parent79c0d4c779c6aaef1bfe337a160e74c03187717f (diff)
downloadofono-da6f3e63e020f51915c856a0fa50aa7c0378f200.tar.bz2
Handle EF-CBSMID contents.
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 31524b50..05d035ea 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -167,11 +167,15 @@ void __ofono_atom_free(struct ofono_atom *atom);
#include <ofono/devinfo.h>
#include <ofono/phonebook.h>
#include <ofono/sms.h>
-#include <ofono/sim.h>
#include <ofono/voicecall.h>
#include <ofono/gprs.h>
#include <ofono/gprs-context.h>
+#include <ofono/sim.h>
+
+void __ofono_cbs_sim_download(struct ofono_sim *sim,
+ const guint8 *pdu, int pdu_len);
+
#include <ofono/ssn.h>
typedef void (*ofono_ssn_mo_notify_cb)(int index, void *user);