From: Andre Noll Date: Mon, 21 Nov 2022 12:59:09 +0000 (+0100) Subject: audiod_command.c: Dedox stat_item_valid(). X-Git-Tag: v0.7.2~9 X-Git-Url: http://git.tuebingen.mpg.de/versions/paraslash-0.3.1.tar.bz2.asc?a=commitdiff_plain;h=06edb176d8fbbbe8323fe2f4f6bfda7153a66782;p=paraslash.git audiod_command.c: Dedox stat_item_valid(). Another static function which does not need to be documented with doxygen. --- diff --git a/audiod_command.c b/audiod_command.c index 6e2f8ee9..743d73a9 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -186,14 +186,7 @@ void stat_client_write_item(int item_num) free(pfpb.buf); } -/** - * Check if string is a known status item. - * - * \param item Buffer containing the text to check. - * - * \return If \a item is a valid status item, the number of that status item is - * returned. Otherwise, this function returns \p -E_UNKNOWN_STAT_ITEM. - */ +/* Check if the given string is a known status item and return its index. */ static int stat_item_valid(const char *item) { int i;