diff options
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 6a9681d0..79e6d4cd 100644 --- a/include/types.h +++ b/include/types.h @@ -87,6 +87,7 @@ struct ofono_call { int type; int direction; int status; + ofono_bool_t mpty; struct ofono_phone_number phone_number; int clip_validity; }; |