diff options
Diffstat (limited to 'src/simutil.c')
-rw-r--r-- | src/simutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simutil.c b/src/simutil.c index c294489e..c9188468 100644 --- a/src/simutil.c +++ b/src/simutil.c @@ -574,7 +574,7 @@ struct sim_ef_info *sim_ef_db_lookup(unsigned short id) return result; } -gboolean sim_parse_3G_get_response(unsigned char *data, int len, +gboolean sim_parse_3g_get_response(unsigned char *data, int len, int *file_len, int *record_len, int *structure, unsigned char *access, unsigned short *efid) @@ -683,7 +683,7 @@ gboolean sim_parse_3G_get_response(unsigned char *data, int len, return TRUE; } -gboolean sim_parse_2G_get_response(unsigned char *response, int len, +gboolean sim_parse_2g_get_response(unsigned char *response, int len, int *file_len, int *record_len, int *structure, unsigned char *access) { |