From a3438e0c6dde22cd61bf44f6a5125a854bd1f4e8 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 12 Jan 2011 09:27:39 -0200 Subject: [PATCH] include: add cdip field in ofono_call --- include/types.h | 1 + 1 file changed, 1 insertion(+) 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;