dict/context.h

Go to the documentation of this file.
00001 
00020 #ifndef CONTEXT_H
00021 #define CONTEXT_H
00022 
00023 #include "choices.h"
00024 
00025 /*----------------------------------------------------------------------
00026               F u n c t i o n s
00027 ----------------------------------------------------------------------*/
00028 void close_choices(); 
00029 
00030 void fix_quotes(char *str); 
00031 
00032 int punctuation_ok(const char *word); 
00033 
00034 int case_ok(const char *word); 
00035 
00036 void write_choice_line(); 
00037 
00038 /*
00039 #if defined(__STDC__) || defined(__cplusplus)
00040 # define _ARGS(s) s
00041 #else
00042 # define _ARGS(s) ()
00043 #endif*/
00044 
00045 /* context.c
00046 void close_choices
00047   _ARGS((void));
00048 
00049 void fix_quotes
00050   _ARGS((char *str));
00051 
00052 int punctuation_ok
00053   _ARGS((char *word));
00054 
00055 int case_ok
00056   _ARGS((char *word));
00057 
00058 void write_choice_line
00059   _ARGS((void));
00060 
00061 #undef _ARGS
00062 */
00063 #endif

Generated on Wed Feb 28 19:49:10 2007 for Tesseract by  doxygen 1.5.1