~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to ccutil/tprintf.h

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
extern DLLSYM BOOL_VAR_H (debug_window_on, TRUE,
27
27
"Send tprintf to window unless file set");
28
28
 
29
 
DLLSYM void tprintf (            //Trace printf
30
 
const char *format, ...          //special message
 
29
extern TESS_API void tprintf(            // Trace printf
 
30
const char *format, ...          // special message
31
31
);
32
 
                                 //special message
 
32
                                 // special message
33
33
DLLSYM BOOL8 pause_continue (const char *format, ...
34
34
);
35
35
#endif