include: Add ofono_gprs_context_get_type

This commit is contained in:
Denis Kenzior 2015-12-13 22:15:16 -06:00
parent b69bb1116e
commit fd2073db10
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ 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);
enum ofono_gprs_context_type ofono_gprs_context_get_type(
struct ofono_gprs_context *gc);
void ofono_gprs_context_set_interface(struct ofono_gprs_context *gc,
const char *interface);