summaryrefslogtreecommitdiff
path: root/include/asterisk/sounds_index.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-19 12:53:12 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-19 12:53:12 -0500
commit5843a197979d10b336a041c6cb8bef90dfa0484a (patch)
tree22aa499f23f61300a044c6b9a49a77cfb68ccf1e /include/asterisk/sounds_index.h
parentc9dffc4c6201a6254c5dfc5cf011616cda4ce148 (diff)
parent572a508ef2ae7cd86e0ffd8ad6d1c5997e988c26 (diff)
Merge "loader: Convert reload_classes to built-in modules."
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)