00001 00012 #ifndef _INIT_H 00013 #define _INIT_H 00014 00015 #include "processor.h" 00016 00017 namespace ace { 00018 00024 bool read_and_check_input_datafiles(filenames_t& files_to_process, size_t& files_total_size); 00025 00029 bool startup_init(void); 00030 00031 } // namespace ace 00032 00033 #endif
1.5.6