diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gprs-context.h | 3 | ||||
-rw-r--r-- | include/types.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h index ba026e5e..2f547da1 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -62,7 +62,8 @@ struct ofono_gprs_context_driver { ofono_gprs_context_cb_t cb, void *data); }; -void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, unsigned id); +void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, + unsigned int id); int ofono_gprs_context_driver_register(const struct ofono_gprs_context_driver *d); void ofono_gprs_context_driver_unregister(const struct ofono_gprs_context_driver *d); diff --git a/include/types.h b/include/types.h index 79e6d4cd..9ad31b9b 100644 --- a/include/types.h +++ b/include/types.h @@ -83,7 +83,7 @@ struct ofono_phone_number { }; struct ofono_call { - unsigned id; + unsigned int id; int type; int direction; int status; |