From 2797211645d452446cb7b329ee9d3d3a923f8520 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 10 Mar 2007 02:22:04 +0000 Subject: * properly implement PIN/PUK handling throughout gsmd/libgsmd/util git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1314 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/libgsmd/pin.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/libgsmd/pin.h (limited to 'include/libgsmd/pin.h') diff --git a/include/libgsmd/pin.h b/include/libgsmd/pin.h new file mode 100644 index 0000000..304455f --- /dev/null +++ b/include/libgsmd/pin.h @@ -0,0 +1,8 @@ +#ifndef _LGSM_PIN_H +#define _LGSM_PIN_H + +extern const char *lgsm_pin_name(enum gsmd_pin_type ptype); + +extern int lgsm_pin(struct lgsm_handle *lh, unsigned int type, char *pin, char *newpin); + +#endif -- cgit v1.2.3