summaryrefslogtreecommitdiff
path: root/res/res_convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_convert.c')
-rw-r--r--res/res_convert.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/res_convert.c b/res/res_convert.c
index be3d177eb..34606ac24 100644
--- a/res/res_convert.c
+++ b/res/res_convert.c
@@ -56,7 +56,14 @@ static int split_ext(char *filename, char **name, char **ext)
return 0;
}
-/*! \brief Convert a file from one format to another */
+/*!
+ * \brief Convert a file from one format to another
+ * \param fd file descriptor
+ * \param argc no arguements
+ * \param argv list of arguements
+ * \retval RESULT_SUCCESS on success.
+ * \retval RESULT_SHOWUSAGE on failure.
+*/
static int cli_audio_convert(int fd, int argc, char *argv[])
{
int ret = RESULT_FAILURE;