diff --git a/include/gprs-context.h b/include/gprs-context.h index 965cefc2..ad0872f4 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -92,6 +92,8 @@ void ofono_gprs_context_set_type(struct ofono_gprs_context *gc, enum ofono_gprs_context_type ofono_gprs_context_get_type( struct ofono_gprs_context *gc); +const char *ofono_gprs_context_get_interface(struct ofono_gprs_context *gc); + void ofono_gprs_context_set_interface(struct ofono_gprs_context *gc, const char *interface);