summaryrefslogtreecommitdiffstats
path: root/include/gprs-context.h
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2009-11-17 15:56:31 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-11-17 15:56:31 -0600
commit26413141bee3606a1310f3ac0d15f3adeb0be5ab (patch)
tree7d5a1ea434ba05e893894ac884ad09282d187d1a /include/gprs-context.h
parent6afea47158ebc5c86c8f9234d74939c1ea475f07 (diff)
downloadofono-26413141bee3606a1310f3ac0d15f3adeb0be5ab.tar.bz2
Add ofono_gprs_context_get_modem
Diffstat (limited to 'include/gprs-context.h')
-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 c4ebd231..7d0f2327 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -71,6 +71,8 @@ void ofono_gprs_context_remove(struct ofono_gprs_context *gc);
void ofono_gprs_context_set_data(struct ofono_gprs_context *gc, void *data);
void *ofono_gprs_context_get_data(struct ofono_gprs_context *gc);
+struct ofono_modem *ofono_gprs_context_get_modem(struct ofono_gprs_context *gc);
+
#ifdef __cplusplus
}
#endif