aboutsummaryrefslogtreecommitdiff
path: root/c/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/ext.h')
-rw-r--r--c/ext.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/c/ext.h b/c/ext.h
index 3f9ddbd..5925206 100644
--- a/c/ext.h
+++ b/c/ext.h
@@ -1,8 +1,10 @@
#ifndef EXT_H
#define EXT_H
-bool OpenOnline(int iEp);
-bool OpenWiki(int iEp);
-bool OpenLocally(int iEp);
+#include "data.h"
+
+bool OpenOnline(const CfgA& cfg, int iEp);
+bool OpenWiki(const DlvDataA& d);
+bool OpenLocally(CfgA& cfg, const ElvDataA& e);
#endif