sim: add function to get password type
authorAugust Mayer <august.mayer@hale.at>
Thu, 16 Aug 2012 07:37:18 +0000 (09:37 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 16 Aug 2012 05:58:56 +0000 (00:58 -0500)
include/sim.h

index 508ff24..3e5797c 100644 (file)
@@ -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);