summaryrefslogtreecommitdiff
path: root/include/libgsmd/misc.h
diff options
context:
space:
mode:
authortick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-27 08:24:57 +0000
committertick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-27 08:24:57 +0000
commited45d021e84b497e75ff4342ad369c615cc174a3 (patch)
tree48da3b00a6f6c55e523ee9724b24eb3e7720a802 /include/libgsmd/misc.h
parenta78ac8ad867bb77c6bce88e66879e7afa8474301 (diff)
gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3519 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd/misc.h')
-rw-r--r--include/libgsmd/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h
index 165994e..554d958 100644
--- a/include/libgsmd/misc.h
+++ b/include/libgsmd/misc.h
@@ -77,5 +77,7 @@ extern int lgsm_get_subscriber_num(struct lgsm_handle *lh);
/* GPRS related functions */
/* TBD */
+/* Retrieve IMSI information */
+extern int lgsm_get_imsi(struct lgsm_handle *lh);
#endif
personal git repositories of Harald Welte. Your mileage may vary