diff options
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 3dcb2c39..746c5ffd 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -316,6 +316,11 @@ enum stk_bearer { STK_BEARER_PS = 0x03 }; +enum stk_browser_termination_cause { + STK_BROWSER_USER_TERMINATION = 0x00, + STK_BROWSER_ERROR_TERMINATION = 0x01 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; |