summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index cc97d978..6c7652ed 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -238,6 +238,7 @@ struct stk_command {
union {
struct stk_command_display_text display_text;
+ struct stk_command_display_text get_inkey;
};
void (*destructor)(struct stk_command *command);