ccutil/globaloc.h

Go to the documentation of this file.
00001 
00020 #ifndef           GLOBALOC_H
00021 #define           GLOBALOC_H
00022 
00023 #include          "hosthplb.h"
00024 #include          "notdll.h"
00025 
00026 void signal_exit(                 //
00027                  int signal_code  //Signal which
00028                 );
00029 //extern "C" {
00030 void err_exit(); 
00031                                  //The real signal
00032 void signal_termination_handler(int sig); 
00033 //};
00034 
00035 void set_global_loc_code(int loc_code); 
00036 
00037 void set_global_subloc_code(int loc_code); 
00038 
00039 void set_global_subsubloc_code(int loc_code); 
00040 #endif

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