#ifndef _RCC_LIST_H #define _RCC_LIST_H rcc_language_ptr *rccGetLanguageList(rcc_context ctx); rcc_charset *rccGetCharsetList(rcc_context ctx, rcc_language_id language_id); rcc_engine_ptr *rccGetEngineList(rcc_context ctx, rcc_language_id language_id); rcc_charset *rccGetCurrentCharsetList(rcc_context ctx); rcc_engine_ptr *rccGetCurrentEngineList(rcc_context ctx); rcc_charset *rccGetCurrentAutoCharsetList(rcc_context ctx); rcc_class_ptr *rccGetClassList(rcc_context ctx); #endif /* _RCC_LIST_H */