diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gprs-context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h index 689b0040..19abf334 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -91,6 +91,9 @@ void *ofono_gprs_context_get_data(struct ofono_gprs_context *gc); struct ofono_modem *ofono_gprs_context_get_modem(struct ofono_gprs_context *gc); +void ofono_gprs_context_set_type(struct ofono_gprs_context *gc, + enum ofono_gprs_context_type type); + #ifdef __cplusplus } #endif |