From fd2073db1058f91b38f24dd4f9f13fa30ccf6291 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 13 Dec 2015 22:15:16 -0600 Subject: include: Add ofono_gprs_context_get_type --- include/gprs-context.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gprs-context.h b/include/gprs-context.h index ed27e66d..0090cc4d 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -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); -- cgit v1.2.3