summaryrefslogtreecommitdiff
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/_private.h')
-rw-r--r--include/asterisk/_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index c58c51e4f..942747357 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -140,4 +140,7 @@ int ast_rtp_engine_init(void);
* \since 12.0.0
*/
int ast_parking_stasis_init(void);
+
+/*! \brief initialize the sounds index */
+int ast_sounds_index_init(void);
#endif /* _ASTERISK__PRIVATE_H */