aboutsummaryrefslogtreecommitdiff
path: root/c/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/data.h')
-rw-r--r--c/data.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/data.h b/c/data.h
index da8d108..4e0d97a 100644
--- a/c/data.h
+++ b/c/data.h
@@ -161,7 +161,10 @@ struct FileView
T* view;
size_t c;
};
-
+
+/* Fetch data from the web. */
+void FetchData(bool* bDone);
+
inline int FromWeb(const int iEp, ElvDataA& e, DlvDataA& d) noexcept
{
WcharPtr title, wiki, date, source, hint;