projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactor CEL bridge events on top of Stasis-Core
[asterisk/asterisk.git]
/
include
/
asterisk
/
_private.h
diff --git
a/include/asterisk/_private.h
b/include/asterisk/_private.h
index
1d08449
..
c58c51e
100644
(file)
--- a/
include/asterisk/_private.h
+++ b/
include/asterisk/_private.h
@@
-134,4
+134,10
@@
int ast_format_list_init(void);
/*! \brief initializes the rtp engine arrays */
int ast_rtp_engine_init(void);
/*! \brief initializes the rtp engine arrays */
int ast_rtp_engine_init(void);
+
+/*!
+ * \brief initializes the rtp engine arrays
+ * \since 12.0.0
+ */
+int ast_parking_stasis_init(void);
#endif /* _ASTERISK__PRIVATE_H */
#endif /* _ASTERISK__PRIVATE_H */