From 07bde9f8575701bd0db60baf71aca2465361ff64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 21 Aug 2022 02:04:15 +0200 Subject: Reimplement WaitFor. --- c/data.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c/data.h') 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; -- cgit v1.2.3