You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|
|
|
|
|