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 9603dd75..4e46cd53 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1010,6 +1010,10 @@ struct stk_response_get_inkey {
struct stk_duration duration;
};
+struct stk_response_get_input {
+ struct stk_answer_text text;
+};
+
struct stk_response {
unsigned char number;
unsigned char type;
@@ -1021,6 +1025,7 @@ struct stk_response {
union {
struct stk_response_generic display_text;
struct stk_response_get_inkey get_inkey;
+ struct stk_response_get_input get_input;
};
void (*destructor)(struct stk_response *response);