summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-01 17:27:38 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-03-01 17:42:02 -0600
commit54ac375066e7e2146806fae45ca90f6827777a6f (patch)
treeb0aa4d13f1303c120c88101c8cfad01b5f37bb25 /src/stkutil.h
parentf4f6284f2663e72bc68c603f85842b621cfb2307 (diff)
downloadofono-54ac375066e7e2146806fae45ca90f6827777a6f.tar.bz2
Add support for GET INKEY proactive command
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);