summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sim.h b/include/sim.h
index b4e85411..42b19bd5 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -204,7 +204,7 @@ int ofono_sim_write(struct ofono_sim *sim, int id,
const unsigned char *data, int length, void *userdata);
int ofono_sim_read_bytes(struct ofono_sim *sim, int id,
- unsigned short offset, int num_bytes,
+ unsigned short offset, unsigned short num_bytes,
ofono_sim_file_read_cb_t cb, void *data);
#ifdef __cplusplus
}