diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-01 17:27:38 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-01 17:42:02 -0600 |
commit | 54ac375066e7e2146806fae45ca90f6827777a6f (patch) | |
tree | b0aa4d13f1303c120c88101c8cfad01b5f37bb25 /src/stkutil.h | |
parent | f4f6284f2663e72bc68c603f85842b621cfb2307 (diff) | |
download | ofono-54ac375066e7e2146806fae45ca90f6827777a6f.tar.bz2 |
Add support for GET INKEY proactive command
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 1 |
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); |