summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-23 06:39:59 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-11-23 07:22:25 -0600
commitb2a9b8abb6b949410a611e67facee0895c25f6f4 (patch)
tree6736b6f6fb027278ef63cb637e48ef8c8fdfc317 /include
parent67670a659fe6f2ad05decdfa1523f3a9962f0adb (diff)
downloadofono-b2a9b8abb6b949410a611e67facee0895c25f6f4.tar.bz2
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.h1
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,