summaryrefslogtreecommitdiff
path: root/include/gprs-context.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-10-27 12:39:46 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-10-27 12:39:46 -0500
commitbbe6eb6d4e578b52abee4478594189f2dc566bdd (patch)
treeed52b19985fb25682c9c5b93bcc36c62a69be363 /include/gprs-context.h
parentf07b326090cba67811935f760aebe69f054a8af3 (diff)
downloadofono-bbe6eb6d4e578b52abee4478594189f2dc566bdd.tar.gz
gprs-context: Replace TYPE_INVALID with TYPE_ANY
Diffstat (limited to 'include/gprs-context.h')
-rw-r--r--include/gprs-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h
index f796e2d5..c29c0dc9 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -40,7 +40,7 @@ enum ofono_gprs_proto {
};
enum ofono_gprs_context_type {
- OFONO_GPRS_CONTEXT_TYPE_INVALID = 0,
+ OFONO_GPRS_CONTEXT_TYPE_ANY = 0,
OFONO_GPRS_CONTEXT_TYPE_INTERNET,
OFONO_GPRS_CONTEXT_TYPE_MMS,
OFONO_GPRS_CONTEXT_TYPE_WAP,