diff options
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index dac8dcc1..eb59fed2 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -1452,6 +1452,12 @@ struct stk_envelope_mms_notification_download { ofono_bool_t last; }; +struct stk_envelope_terminal_apps { + struct stk_registry_application_data *list; + int count; + ofono_bool_t last; +}; + struct stk_envelope { enum stk_envelope_type type; enum stk_device_identity_type src; @@ -1467,6 +1473,7 @@ struct stk_envelope { struct stk_envelope_ussd_data_download ussd_data_download; struct stk_envelope_mms_transfer_status mms_status; struct stk_envelope_mms_notification_download mms_notification; + struct stk_envelope_terminal_apps terminal_apps; }; }; |