]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
para.h: Add documentation of PARA_MAX, PARA_MIN, PARA_ABS
[paraslash.git] / server.h
index bd2b0500fbc2d6d0a729b4ad27ba2144bb6c882f..9dee3e3495ae11f24412b2ab19ded2313ed2c16f 100644 (file)
--- a/server.h
+++ b/server.h
@@ -37,7 +37,7 @@ struct server_command {
 /** one-line description of the command */
        const char *description;
 /** summary of the command line options */
-       const char *synopsis;
+       const char *usage;
 /** the long help text */
        const char *help;
 };
@@ -79,7 +79,7 @@ struct misc_meta_data{
        char filename[_POSIX_PATH_MAX];
 /** the last modification file of the current audio file */
        time_t mtime;
-/* the number of the current audio format */
+/** the number of the current audio format */
        int audio_format;
 /** the "old" status flags -- commands may only read them */
        unsigned int vss_status_flags;