summaryrefslogtreecommitdiff
path: root/include/libgsmd/pin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libgsmd/pin.h')
-rw-r--r--include/libgsmd/pin.h3
1 files changed, 2 insertions, 1 deletions
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
personal git repositories of Harald Welte. Your mileage may vary