gprs-context: adding get function for network interface

Added declaration of get function to get network interface
for gprs-context
This commit is contained in:
Antara Borwankar 2019-02-15 17:12:51 +05:30 committed by Denis Kenzior
parent 45efc2354e
commit d32dc69898
1 changed files with 2 additions and 0 deletions

View File

@ -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);