summaryrefslogtreecommitdiffstats
path: root/include/stk.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-07-07 00:38:56 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-07-08 14:27:33 -0500
commitcbdb7278ac88557bc36c52948454b79d7c1f6649 (patch)
tree5e22459ccc96671a03633d4091eba65c4a2a20dd /include/stk.h
parente6d6f802a57b8fdca70b0ac5a7f67381d4fe51c0 (diff)
downloadofono-cbdb7278ac88557bc36c52948454b79d7c1f6649.tar.bz2
stk: Utilities for proactive command/envelope handling.
Diffstat (limited to 'include/stk.h')
-rw-r--r--include/stk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stk.h b/include/stk.h
index ad3f6c56..638da9cb 100644
--- a/include/stk.h
+++ b/include/stk.h
@@ -65,6 +65,8 @@ void *ofono_stk_get_data(struct ofono_stk *stk);
void ofono_stk_proactive_command_notify(struct ofono_stk *stk,
int length, const unsigned char *pdu);
+void ofono_stk_proactive_session_end_notify(struct ofono_stk *stk);
+
#ifdef __cplusplus
}
#endif