Source-highlight Library
|
00001 // 00002 // C++ Interface: langdefscanner 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2004 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 00013 #ifndef LANGDEFSCANNER_H 00014 #define LANGDEFSCANNER_H 00015 00016 #include "parsestruct.h" 00017 00018 namespace srchilite { 00019 00020 void open_file_to_scan(const std::string &path, const std::string &file); 00021 00025 void clear_langdefscanner(); 00026 00032 void close_langdefinputfile(); 00033 00034 } 00035 00036 #endif // LANGDEFSCANNER_H