blob: d125e40cfcf1509f569ffa8f62eb9dbc4b589a3e (
plain)
1
2
3
4
5
6
7
8
9
|
#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,
const char *pin, const char *newpin);
#endif
|