summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAntara Borwankar <antara.borwankar@intel.com>2019-02-15 17:12:51 +0530
committerDenis Kenzior <denkenz@gmail.com>2019-02-21 10:59:52 -0600
commitd32dc698985594453f243df1a6d492ed4d3dfbbe (patch)
tree4a89978aed081f5541e86950314db4ec19ad5d2f /include
parent45efc2354ed0d93d7ffba35beb3bb76e70e49e0d (diff)
downloadofono-d32dc698985594453f243df1a6d492ed4d3dfbbe.tar.gz
gprs-context: adding get function for network interface
Added declaration of get function to get network interface for gprs-context
Diffstat (limited to 'include')
-rw-r--r--include/gprs-context.h2
1 files changed, 2 insertions, 0 deletions
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);