summaryrefslogtreecommitdiff
path: root/res/ari/resource_sounds.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/resource_sounds.h')
-rw-r--r--res/ari/resource_sounds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/ari/resource_sounds.h b/res/ari/resource_sounds.h
index 7cb22fb71..fa7cda23c 100644
--- a/res/ari/resource_sounds.h
+++ b/res/ari/resource_sounds.h
@@ -41,7 +41,9 @@
/*! \brief Argument struct for ast_ari_get_sounds() */
struct ast_get_sounds_args {
+ /*! \brief Lookup sound for a specific language. */
const char *lang;
+ /*! \brief Lookup sound in a specific format. */
const char *format;
};
/*!