00001 // 00002 // C++ Interface: %{MODULE} 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: %{AUTHOR} <%{EMAIL}>, (C) %{YEAR} 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 00013 #ifndef OUTLANGDEFPARSERFUN_H 00014 #define OUTLANGDEFPARSERFUN_H 00015 00016 #include "textstyles.h" 00017 00018 namespace srchilite { 00019 00020 TextStylesPtr parse_outlang_def(); 00021 TextStylesPtr parse_outlang_def(const char *path, const char *name); 00022 00023 } 00024 00025 #endif