diff options
author | August Mayer <august.mayer@hale.at> | 2012-08-16 09:37:18 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2012-08-16 00:58:56 -0500 |
commit | 687f830c212e9b35c3a3cb5e369cd3f031365f1d (patch) | |
tree | f789fb0b9f535589153d96a5f90c433e52bd4a9f /include | |
parent | 111c1a28730504121b97aaf2973e3270defb5c76 (diff) |
sim: add function to get password type
Diffstat (limited to 'include')
-rw-r--r-- | include/sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |