summaryrefslogtreecommitdiff
path: root/include/asterisk/sounds_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/sounds_index.h')
-rw-r--r--include/asterisk/sounds_index.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asterisk/sounds_index.h b/include/asterisk/sounds_index.h
index d7eb05332..bbd3965f4 100644
--- a/include/asterisk/sounds_index.h
+++ b/include/asterisk/sounds_index.h
@@ -33,14 +33,6 @@ extern "C" {
struct ast_media_index;
/*!
- * \brief Reload the sounds index
- *
- * \retval zero on success
- * \retval non-zero on failure
- */
-int ast_sounds_reindex(void);
-
-/*!
* \brief Get the sounds index
*
* \retval sounds index (must be ao2_cleanup()'ed)