blob: 304455fce104d7156a579622a6a9b496744a8e54 (
plain)
1
2
3
4
5
6
7
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
|