]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
command_util.sh: Make it read the function prototype from the source file
[paraslash.git] / audiod_command.c
index 349480ff1f34f5a9bfebe57f26ddad6f0aef93ce..524fb57dbd7d81cd5cf96923ab7501bff7f1036e 100644 (file)
@@ -350,7 +350,7 @@ err_out:
        return 1;
 }
 
-int __noreturn com_term(int fd, __a_unused int argc, __a_unused char **argv)
+__noreturn int com_term(int fd, __a_unused int argc, __a_unused char **argv)
 {
        close(fd);
        clean_exit(EXIT_SUCCESS, "terminating on user request");
@@ -477,7 +477,9 @@ out:
        }
        return ret;
 }
-
+/**
+ * send the current audiod status to all connected stat clients
+ */
 void audiod_status_dump(void)
 {
        struct timeval *t = wstime();