diff options
author | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-12-12 12:48:10 +0000 |
---|---|---|
committer | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-12-12 12:48:10 +0000 |
commit | 30c802206150291d388c14d9588faf32804d4b18 (patch) | |
tree | f8b707fb50991afd2d49ba849f04a1cbafd47c81 /include/libgsmd | |
parent | 3a4c4251d068f481ddef3c355d8e0936c5b3440b (diff) |
gsmd: 2nd try for retrieving PIN status (Erin Yueh)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3636 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/misc.h | 3 | ||||
-rw-r--r-- | include/libgsmd/pin.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h index 8111360..554d958 100644 --- a/include/libgsmd/misc.h +++ b/include/libgsmd/misc.h @@ -79,6 +79,5 @@ 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 diff --git a/include/libgsmd/pin.h b/include/libgsmd/pin.h index d125e40..8b02226 100644 --- a/include/libgsmd/pin.h +++ b/include/libgsmd/pin.h @@ -5,5 +5,6 @@ extern const char *lgsm_pin_name(enum gsmd_pin_type ptype); extern int lgsm_pin(struct lgsm_handle *lh, unsigned int type, const char *pin, const char *newpin); - +/* Get PIN status information */ +extern int lgsm_pin_status(struct lgsm_handle *lh); #endif |