13 #ifndef OUTLANGDEFSCANNER_H
14 #define OUTLANGDEFSCANNER_H
16 #include "parsestruct.h"
18 extern int outlangdef_lex() ;
19 extern FILE *outlangdef_in;
20 extern srchilite::ParseStructPtr outlang_parsestruct;
24 void open_outlang_file_to_scan(
const std::string &path,
const std::string &file);
40 #endif // OUTLANGDEFSCANNER_H
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
void close_outlangdefinputfile()
Closes the input file.
Definition: outlangdefscanner.cc:2452
void clear_outlangdefscanner()
Releases resources allocated by the scanner.
Definition: outlangdefscanner.cc:2447