summaryrefslogtreecommitdiffstats
path: root/gril/grilreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'gril/grilreply.h')
-rw-r--r--gril/grilreply.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gril/grilreply.h b/gril/grilreply.h
index abb85f65..90e63559 100644
--- a/gril/grilreply.h
+++ b/gril/grilreply.h
@@ -32,21 +32,11 @@
extern "C" {
#endif
-struct reply_oem_hook {
- int length;
- void *data;
-};
-
GSList *g_ril_reply_parse_get_calls(GRil *gril, const struct ril_msg *message);
int *g_ril_reply_parse_retries(GRil *gril, const struct ril_msg *message,
enum ofono_sim_password_type passwd_type);
-void g_ril_reply_free_oem_hook(struct reply_oem_hook *oem_hook);
-
-struct reply_oem_hook *g_ril_reply_oem_hook_raw(GRil *gril,
- const struct ril_msg *message);
-
#ifdef __cplusplus
}
#endif