~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to ccutil/boxread.h

  • Committer: theraysmith
  • Date: 2008-12-30 18:20:15 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:209
Harmless improvements from 3.00 going in to 2.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 **********************************************************************/
19
19
 
20
 
#ifndef THIRD_PARTY_TESSERACT_CCUTIL_BOXREAD_H__
21
 
#define THIRD_PARTY_TESSERACT_CCUTIL_BOXREAD_H__
 
20
#ifndef TESSERACT_CCUTIL_BOXREAD_H__
 
21
#define TESSERACT_CCUTIL_BOXREAD_H__
22
22
 
23
23
#include <stdio.h>
24
24
 
41
41
bool read_next_box(int page, FILE* box_file, char* utf8_str,
42
42
                   int* x_min, int* y_min, int* x_max, int* y_max);
43
43
 
44
 
#endif  // THIRD_PARTY_TESSERACT_CCUTIL_BOXREAD_H__
45
 
 
 
44
#endif  // TESSERACT_CCUTIL_BOXREAD_H__