X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=9dee3e3495ae11f24412b2ab19ded2313ed2c16f;hp=bd2b0500fbc2d6d0a729b4ad27ba2144bb6c882f;hb=ad14b0d7021aa16a71098eeb70eaba66017ec53a;hpb=dc4030458f9af07d5719cfbff0a47cd16f1847f7 diff --git a/server.h b/server.h index bd2b0500..9dee3e34 100644 --- 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;