summaryrefslogtreecommitdiffstats
path: root/gril/grilrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'gril/grilrequest.h')
-rw-r--r--gril/grilrequest.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gril/grilrequest.h b/gril/grilrequest.h
index a84af284..76572463 100644
--- a/gril/grilrequest.h
+++ b/gril/grilrequest.h
@@ -34,11 +34,6 @@
extern "C" {
#endif
-struct req_deactivate_data_call {
- gint cid;
- guint reason;
-};
-
struct req_setup_data_call {
guint tech;
guint data_profile;
@@ -50,11 +45,6 @@ struct req_setup_data_call {
unsigned req_cid;
};
-gboolean g_ril_request_deactivate_data_call(GRil *gril,
- const struct req_deactivate_data_call *req,
- struct parcel *rilp,
- struct ofono_error *error);
-
void g_ril_request_set_net_select_manual(GRil *gril,
const char *mccmnc,
struct parcel *rilp);