summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorPetteri Tikander <petteri.tikander@ixonos.com>2010-10-15 00:02:50 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-10-15 02:15:21 -0500
commitd34ddeccafe9801d2c53b9046a5879be357f937e (patch)
treef0a041385126735639850c01804092439dc2070a /include/sim.h
parent94cf7c3dd6bc09f02e2ec7c2531c83ff8c47dd45 (diff)
downloadofono-d34ddeccafe9801d2c53b9046a5879be357f937e.tar.bz2
sim: add new parameter to file-info utility
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h
index 42b19bd5..7860e242 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -82,6 +82,7 @@ typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,
enum ofono_sim_file_structure structure,
int recordlength,
const unsigned char access[3],
+ unsigned char file_status,
void *data);
typedef void (*ofono_sim_read_cb_t)(const struct ofono_error *error,