summaryrefslogtreecommitdiffstats
path: root/include/gprs-context.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-27 11:34:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-27 11:34:54 +0200
commitb3d18d51156e7d2d4279d82c0743f3ac62ed5799 (patch)
treebe10844c41593f6467c4181ad638b4013c3aa0ac /include/gprs-context.h
parent6cb86931e34ddfefe8d5822b4f3753e4209ddc18 (diff)
downloadofono-b3d18d51156e7d2d4279d82c0743f3ac62ed5799.tar.bz2
gprs: Add support for setting GPRS context type
Diffstat (limited to 'include/gprs-context.h')
-rw-r--r--include/gprs-context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h
index 689b0040..19abf334 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -91,6 +91,9 @@ void *ofono_gprs_context_get_data(struct ofono_gprs_context *gc);
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);
+
#ifdef __cplusplus
}
#endif