summaryrefslogtreecommitdiff
path: root/include/asterisk/presencestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/presencestate.h')
-rw-r--r--include/asterisk/presencestate.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/asterisk/presencestate.h b/include/asterisk/presencestate.h
index 5cacf8698..1cdf73eda 100644
--- a/include/asterisk/presencestate.h
+++ b/include/asterisk/presencestate.h
@@ -168,7 +168,14 @@ struct stasis_topic *ast_presence_state_topic_all(void);
* \retval Caching Stasis topic for presence state messages
* \since 12
*/
-struct stasis_caching_topic *ast_presence_state_topic_cached(void);
+struct stasis_topic *ast_presence_state_topic_cached(void);
+
+/*!
+ * \brief Backend cache for ast_presence_state_topic_cached()
+ * \retval Cache of \ref ast_presence_state_message.
+ * \since 12
+ */
+struct stasis_cache *ast_presence_state_cache(void);
/*!
* \brief Stasis message payload representing a presence state update