diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-20 12:09:46 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-23 17:05:53 -0500 |
commit | b2fd75014af770ffcfe5cd71379b577fc23a861a (patch) | |
tree | 4834424d266d2ca400b46fd55461e3ab79057c8c /src | |
parent | f43efa8a5f24f2aab71f829082cc02a272268986 (diff) | |
download | ofono-b2fd75014af770ffcfe5cd71379b577fc23a861a.tar.bz2 |
Refactor: rename data-connection to gprs
Keep the name specific to GSM, other implementations will probably
require their own interfaces
Diffstat (limited to 'src')
-rw-r--r-- | src/gprs.c (renamed from src/data-connection.c) | 0 | ||||
-rw-r--r-- | src/ofono.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/data-connection.c b/src/gprs.c index eab36c79..eab36c79 100644 --- a/src/data-connection.c +++ b/src/gprs.c diff --git a/src/ofono.h b/src/ofono.h index 177e1fdd..6e6fa3d9 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -161,7 +161,7 @@ void __ofono_atom_free(struct ofono_atom *atom); #include <ofono/sms.h> #include <ofono/sim.h> #include <ofono/voicecall.h> -#include <ofono/data-connection.h> +#include <ofono/gprs.h> #include <ofono/ssn.h> |