summaryrefslogtreecommitdiffstats
path: root/gril/grilreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'gril/grilreply.h')
-rw-r--r--gril/grilreply.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gril/grilreply.h b/gril/grilreply.h
index 338ee225..bb7ab147 100644
--- a/gril/grilreply.h
+++ b/gril/grilreply.h
@@ -44,13 +44,6 @@ struct reply_data_reg_state {
unsigned int max_cids;
};
-struct reply_sim_io {
- int sw1;
- int sw2;
- int hex_len;
- unsigned char *hex_response;
-};
-
#define MAX_UICC_APPS 16
struct reply_sim_app {
@@ -79,11 +72,6 @@ struct reply_oem_hook {
void *data;
};
-void g_ril_reply_free_sim_io(struct reply_sim_io *reply);
-
-struct reply_sim_io *g_ril_reply_parse_sim_io(GRil *gril,
- const struct ril_msg *message);
-
struct reply_reg_state *g_ril_reply_parse_voice_reg_state(GRil *gril,
const struct ril_msg *message);
struct reply_data_reg_state *g_ril_reply_parse_data_reg_state(GRil *gril,