X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=3f01e05e9eb70f3c73eb5e2f15dd7e08b0ca3770;hp=efee2dbde421587472ab9c866be50e5fa32a374a;hb=47473deeb2ba9ed84733892c1b9ab8ebe360713a;hpb=21a0bd773519c5bd39a5293f2e66ea59add8d0a9 diff --git a/server.h b/server.h index efee2dbd..3f01e05e 100644 --- a/server.h +++ b/server.h @@ -20,7 +20,6 @@ #include "para.h" #include "afh.h" -#include /** size of the selector_info and audio_file info strings of struct misc_meta_data */ #define MMD_INFO_SIZE 16384 @@ -74,6 +73,7 @@ struct sender_command_data{ * date. */ struct misc_meta_data { +/** information on the current audio file */ struct audio_format_info afi; /** the size of the current audio file in bytes */ long unsigned int size;