From ccfdb913d1a78e349c1ceabcfa392c086c454178 Mon Sep 17 00:00:00 2001 From: erin_yueh Date: Mon, 10 Dec 2007 06:36:38 +0000 Subject: 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 --- include/libgsmd/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libgsmd') 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 -- cgit v1.2.3