#ifndef EXT_H #define EXT_H #include "data.h" bool OpenOnline(const CfgA& cfg, int iEp); bool OpenWiki(const DlvDataA& d); bool OpenLocally(CfgA& cfg, const ElvDataA& e); #endif