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/libgsmd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/libgsmd/libgsmd.h') diff --git a/include/libgsmd/libgsmd.h b/include/libgsmd/libgsmd.h index a89f4b6..8c34c6a 100644 --- a/include/libgsmd/libgsmd.h +++ b/include/libgsmd/libgsmd.h @@ -63,5 +63,7 @@ extern int lgsm_passthrough_send(struct lgsm_handle *lh, const char *tx); extern int lgsm_passthrough(struct lgsm_handle *lh, const char *tx, char *rx, unsigned int *rx_len); extern int lgsm_subscriptions(struct lgsm_handle *lh, u_int32_t subscriptions); -extern int lgsm_pin(struct lgsm_handle *lh, char *pin); +extern struct gsmd_msg_hdr *lgsm_gmh_fill(int type, int subtype, int payload_len); +extern int lgsm_send(struct lgsm_handle *lh, struct gsmd_msg_hdr *gmh); + #endif -- cgit v1.2.3