diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-21 02:04:15 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-21 02:04:15 +0200 |
commit | 07bde9f8575701bd0db60baf71aca2465361ff64 (patch) | |
tree | 4660c1311b9ea9a14b31fa61f67f878857d80ee9 /c/data.h | |
parent | b9573a485baf98e9fb749289b8b9c1f73f70d280 (diff) | |
download | EpisodeBrowser-07bde9f8575701bd0db60baf71aca2465361ff64.tar.gz |
Reimplement WaitFor.
Diffstat (limited to 'c/data.h')
-rw-r--r-- | c/data.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |