blob: 5925206f0f72989868dc739b3793be1c0bd459c0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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
|