diff options
author | Denis Kenzior <denkenz@gmail.com> | 2012-11-23 06:39:59 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2012-11-23 07:22:25 -0600 |
commit | b2a9b8abb6b949410a611e67facee0895c25f6f4 (patch) | |
tree | 6736b6f6fb027278ef63cb637e48ef8c8fdfc317 /include | |
parent | 67670a659fe6f2ad05decdfa1523f3a9962f0adb (diff) |
include: Tweak ofono_sim_read_bytes API
Reading of icons requires us to specify the path
Diffstat (limited to 'include')
-rw-r--r-- | include/sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h index 3a60aa70..ed850f9d 100644 --- a/include/sim.h +++ b/include/sim.h @@ -238,6 +238,7 @@ int ofono_sim_write(struct ofono_sim_context *context, int id, int ofono_sim_read_bytes(struct ofono_sim_context *context, int id, unsigned short offset, unsigned short num_bytes, + const unsigned char *path, unsigned int path_len, ofono_sim_file_read_cb_t cb, void *data); unsigned int ofono_sim_add_file_watch(struct ofono_sim_context *context, |