X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=ae3a7dd878cab895a698d91f6daf84e9e9815b54;hp=efee2dbde421587472ab9c866be50e5fa32a374a;hb=df3c03e72911edb31e7f1e32ebe29dad063e3b70;hpb=21a0bd773519c5bd39a5293f2e66ea59add8d0a9 diff --git a/server.h b/server.h index efee2dbd..ae3a7dd8 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,9 +73,10 @@ 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; + size_t size; /** the full path of the current audio file */ char filename[_POSIX_PATH_MAX]; /** the last modification file of the current audio file */