#ifndef _ANALYSIS_H #define _ANALYSIS_H #define RSV_SPACE_SIZE 344 extern int send_analysis_req(char *file_name,int len); extern int analysis_init(void); #endif