diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-10-27 12:39:46 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-10-27 12:39:46 -0500 |
commit | bbe6eb6d4e578b52abee4478594189f2dc566bdd (patch) | |
tree | ed52b19985fb25682c9c5b93bcc36c62a69be363 /include | |
parent | f07b326090cba67811935f760aebe69f054a8af3 (diff) | |
download | ofono-bbe6eb6d4e578b52abee4478594189f2dc566bdd.tar.gz |
gprs-context: Replace TYPE_INVALID with TYPE_ANY
Diffstat (limited to 'include')
-rw-r--r-- | include/gprs-context.h | 2 |
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, |