summaryrefslogtreecommitdiffstats
path: root/include/stk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stk.h')
-rw-r--r--include/stk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/stk.h b/include/stk.h
index 638da9cb..8f548d39 100644
--- a/include/stk.h
+++ b/include/stk.h
@@ -67,6 +67,13 @@ void ofono_stk_proactive_command_notify(struct ofono_stk *stk,
void ofono_stk_proactive_session_end_notify(struct ofono_stk *stk);
+void ofono_stk_proactive_command_handled_notify(struct ofono_stk *stk,
+ int length,
+ const unsigned char *pdu);
+void ofono_stk_terminal_response_sent_notify(struct ofono_stk *stk,
+ int length,
+ const unsigned char *pdu);
+
#ifdef __cplusplus
}
#endif