summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-05-27 06:59:46 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-05-28 11:29:35 -0500
commit139294c5887287e6957822e532dcb7a91f0c7be6 (patch)
tree33f8ee234c0eb28cdbafb7b5baaa42730506f3c8 /src/stkutil.h
parentad97689b868f9678a06b24edc893f18a9b458878 (diff)
downloadofono-139294c5887287e6957822e532dcb7a91f0c7be6.tar.bz2
stkutil: Add Set Up Event List 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 013341c6..caadf652 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1150,6 +1150,7 @@ struct stk_response {
struct stk_response_set_up_call set_up_call;
struct stk_response_generic polling_off;
struct stk_response_local_info provide_local_info;
+ struct stk_response_generic set_up_event_list;
};
void (*destructor)(struct stk_response *response);