summaryrefslogtreecommitdiff
path: root/include/libgsmd/phonebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libgsmd/phonebook.h')
-rw-r--r--include/libgsmd/phonebook.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h
index 4bcae6c..6365baf 100644
--- a/include/libgsmd/phonebook.h
+++ b/include/libgsmd/phonebook.h
@@ -99,7 +99,4 @@ 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
personal git repositories of Harald Welte. Your mileage may vary