bfile_heuristics.h

changeset 34
fa9bda32de17
parent 33
1a2d7298bc82
child 35
35120de6ee53
     1.1 --- a/bfile_heuristics.h	Tue Oct 02 10:49:25 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,37 +0,0 @@
     1.4 -/*
     1.5 - * bfile_heuristics.h
     1.6 - *
     1.7 - *  Created on: 20.10.2011
     1.8 - *      Author: Mike
     1.9 - */
    1.10 -
    1.11 -#ifndef BFILE_HEURISTICS_H_
    1.12 -#define BFILE_HEURISTICS_H_
    1.13 -
    1.14 -#include "stdinc.h"
    1.15 -
    1.16 -#define BFILE_IGNORE           0x00
    1.17 -#define BFILE_LOW_ACCURACY     0x01
    1.18 -#define BFILE_MEDIUM_ACCURACY  0x02
    1.19 -#define BFILE_HIGH_ACCURACY    0x04
    1.20 -
    1.21 -typedef struct {
    1.22 -  unsigned int level;
    1.23 -  unsigned int bcount; /* 'binary' character count */
    1.24 -  unsigned int tcount; /* total count */
    1.25 -} bfile_heuristics_t;
    1.26 -
    1.27 -#ifdef _cplusplus
    1.28 -extern "C" {
    1.29 -#endif
    1.30 -
    1.31 -bfile_heuristics_t *new_bfile_heuristics_t();
    1.32 -void destroy_bfile_heuristics_t(bfile_heuristics_t *def);
    1.33 -void bfile_reset(bfile_heuristics_t *def);
    1.34 -bool bfile_check(bfile_heuristics_t *def, int next_char);
    1.35 -
    1.36 -#ifdef _cplusplus
    1.37 -}
    1.38 -#endif
    1.39 -
    1.40 -#endif /* BFILE_HEURISTICS_H_ */

mercurial