~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to ccmain/tfacep.h

  • Committer: theraysmith
  • Date: 2009-06-03 17:24:08 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:250
Fixed compilation with GRAPHICS_DISABLED

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include "badwords.h"
43
43
#include "structures.h"
44
44
 
45
 
#define BLOB_MATCHING_ON
46
45
typedef void (*TESS_TESTER) (TBLOB *, BOOL8, char *, inT32, LIST);
47
46
typedef LIST (*TESS_MATCHER) (TBLOB *, TBLOB *, TBLOB *, void *, TEXTROW *);
48
47