diff options
Diffstat (limited to 'src/simutil.h')
-rw-r--r-- | src/simutil.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/simutil.h b/src/simutil.h index 9bb53238..dccbe7bc 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -83,6 +83,7 @@ static inline enum sim_file_access file_access_condition_decode(int bcd) } gboolean sim_adn_parse(const unsigned char *data, int length, - struct ofono_phone_number *ph); + struct ofono_phone_number *ph, char **identifier); void sim_adn_build(unsigned char *data, int length, - const struct ofono_phone_number *ph); + const struct ofono_phone_number *ph, + const char *identifier); |