summaryrefslogtreecommitdiffstats
path: root/src/gprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs.c')
-rw-r--r--src/gprs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gprs.c b/src/gprs.c
index 5f2959f5..293c318b 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -1389,7 +1389,8 @@ void ofono_gprs_add_context(struct ofono_gprs *gprs,
__ofono_atom_register(gc->atom, gprs_context_unregister);
}
-void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, unsigned cid)
+void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc,
+ unsigned int cid)
{
DBusConnection *conn = ofono_dbus_get_connection();
GSList *l;