bfile_heuristics.h

changeset 27
95a958e3de88
parent 22
4508da679ffb
equal deleted inserted replaced
26:853a1181884b 27:95a958e3de88
14 #define BFILE_LOW_ACCURACY 0x01 14 #define BFILE_LOW_ACCURACY 0x01
15 #define BFILE_MEDIUM_ACCURACY 0x02 15 #define BFILE_MEDIUM_ACCURACY 0x02
16 #define BFILE_HIGH_ACCURACY 0x04 16 #define BFILE_HIGH_ACCURACY 0x04
17 17
18 typedef struct { 18 typedef struct {
19 int level; 19 unsigned int level;
20 int bcount; /* 'binary' character count */ 20 unsigned int bcount; /* 'binary' character count */
21 int tcount; /* total count */ 21 unsigned int tcount; /* total count */
22 } bfile_heuristics_t; 22 } bfile_heuristics_t;
23 23
24 #ifdef _cplusplus 24 #ifdef _cplusplus
25 extern "C" { 25 extern "C" {
26 #endif 26 #endif

mercurial