summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-01-12 09:27:39 -0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-18 16:09:27 -0600
commita3438e0c6dde22cd61bf44f6a5125a854bd1f4e8 (patch)
tree7beb3950b500e5009af71584a2653efe368ee25e /include/types.h
parent110083803759e690b97ac5abedf517dd3f018cc5 (diff)
downloadofono-a3438e0c6dde22cd61bf44f6a5125a854bd1f4e8.tar.bz2
include: add cdip field in ofono_call
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 1b95eaa9..7963e0fb 100644
--- a/include/types.h
+++ b/include/types.h
@@ -98,6 +98,7 @@ struct ofono_call {
int direction;
int status;
struct ofono_phone_number phone_number;
+ struct ofono_phone_number called_number;
char name[OFONO_MAX_CALLER_NAME_LENGTH + 1];
int clip_validity;
int cnap_validity;