fade.c: replace args_info by conf
[paraslash.git] / server.h
index b33ba1dd806f91c027027e01099fb6a12fad06c6..ae3a7dd878cab895a698d91f6daf84e9e9815b54 100644 (file)
--- a/server.h
+++ b/server.h
@@ -20,7 +20,6 @@
 
 #include "para.h"
 #include "afh.h"
-#include <openssl/pem.h>
 
 /** size of the selector_info and audio_file info strings of struct misc_meta_data */
 #define MMD_INFO_SIZE 16384
@@ -77,7 +76,7 @@ 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 */