summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-05-27 06:59:56 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-05-28 11:38:19 -0500
commitac222a5512e57e8a35e2923bd51a3440f087cd4b (patch)
tree479091aae2a2f27c6d38dfde0624e4ccbd7111f5 /src/stkutil.h
parent27a74e772e165ef8a14011ade25f5caae884da30 (diff)
downloadofono-ac222a5512e57e8a35e2923bd51a3440f087cd4b.tar.bz2
stkutil: Add Language Notification response builder
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 4a7a82df..cd9ef46f 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1165,6 +1165,7 @@ struct stk_response {
struct stk_response_generic set_up_idle_mode_text;
struct stk_response_run_at_command run_at_command;
struct stk_response_generic send_dtmf;
+ struct stk_response_generic language_notification;
};
void (*destructor)(struct stk_response *response);