From 687f830c212e9b35c3a3cb5e369cd3f031365f1d Mon Sep 17 00:00:00 2001 From: August Mayer Date: Thu, 16 Aug 2012 09:37:18 +0200 Subject: sim: add function to get password type --- include/sim.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sim.h b/include/sim.h index 508ff249..3e5797c6 100644 --- a/include/sim.h +++ b/include/sim.h @@ -189,6 +189,8 @@ enum ofono_sim_phase ofono_sim_get_phase(struct ofono_sim *sim); enum ofono_sim_cphs_phase ofono_sim_get_cphs_phase(struct ofono_sim *sim); const unsigned char *ofono_sim_get_cphs_service_table(struct ofono_sim *sim); +enum ofono_sim_password_type ofono_sim_get_password_type(struct ofono_sim *sim); + unsigned int ofono_sim_add_state_watch(struct ofono_sim *sim, ofono_sim_state_event_cb_t cb, void *data, ofono_destroy_func destroy); -- cgit v1.2.3