summaryrefslogtreecommitdiffstats
path: root/src/sim.c
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-07-20 18:11:39 +0200
committerDenis Kenzior <denkenz@gmail.com>2009-07-27 17:09:46 -0500
commit5c981d421eacef2644a39b4f1fbe68cea2a04fee (patch)
treef6ee866b0d913a4c57560ddf8a3016edf2b1e7d9 /src/sim.c
parent4dae83636c4da4f9439e1e7dbb9fc0be85dfe058 (diff)
downloadofono-5c981d421eacef2644a39b4f1fbe68cea2a04fee.tar.bz2
Return SIM file access conditions from read_file_info.
Diffstat (limited to 'src/sim.c')
-rw-r--r--src/sim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim.c b/src/sim.c
index 86f2e98e..787ebc7f 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -356,7 +356,8 @@ static gboolean sim_op_retrieve_next(gpointer user)
static void sim_op_info_cb(const struct ofono_error *error, int length,
enum ofono_sim_file_structure structure,
- int record_length, void *data)
+ int record_length,
+ enum ofono_sim_file_access *access, void *data)
{
struct ofono_modem *modem = data;
struct sim_manager_data *sim = modem->sim_manager;