diff options
author | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-12-10 06:36:38 +0000 |
---|---|---|
committer | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-12-10 06:36:38 +0000 |
commit | ccfdb913d1a78e349c1ceabcfa392c086c454178 (patch) | |
tree | 570bf7b768f423ababd196b7939904feb1ff7f1a /include/libgsmd | |
parent | 41c5469e5688149d38eb86d7b7d589c19a674fa1 (diff) |
gsmd: Bug 1082 - PIN Status Missing (Erin Yueh)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3621 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h index 554d958..8111360 100644 --- a/include/libgsmd/misc.h +++ b/include/libgsmd/misc.h @@ -79,5 +79,6 @@ extern int lgsm_get_subscriber_num(struct lgsm_handle *lh); /* Retrieve IMSI information */ extern int lgsm_get_imsi(struct lgsm_handle *lh); - +/* Get PIN status information */ +extern int lgsm_pin_status(struct lgsm_handle *lh); #endif |