summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 4828551f..33a13256 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -988,6 +988,10 @@ struct stk_command_send_dtmf {
struct stk_frame_id frame_id;
};
+struct stk_command_language_notification {
+ char language[3];
+};
+
struct stk_command {
unsigned char number;
unsigned char type;
@@ -1012,6 +1016,7 @@ struct stk_command {
struct stk_command_setup_idle_mode_text setup_idle_mode_text;
struct stk_command_run_at_command run_at_command;
struct stk_command_send_dtmf send_dtmf;
+ struct stk_command_language_notification language_notification;
};
void (*destructor)(struct stk_command *command);