diff options
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/phonebook.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h index 6e2d2b1..d17b006 100644 --- a/include/libgsmd/phonebook.h +++ b/include/libgsmd/phonebook.h @@ -112,4 +112,7 @@ extern int lgsm_pb_retrieve_readrg(struct lgsm_handle *lh, int num); /* Retrieve the records of FIND request */ extern int lgsm_pb_retrieve_find(struct lgsm_handle *lh, int num); +/* Retrieve IMSI information */ +extern int lgsm_get_imsi(struct lgsm_handle *lh); // TODO this needs to go into a SIM specific file + #endif |