From a1ca82847eb356c6b85ada2ac11f38d98f6e085e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 13 Jul 2020 15:57:10 +0200 Subject: Start on add_rss, add rss parser --- download.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 download.h (limited to 'download.h') diff --git a/download.h b/download.h new file mode 100644 index 0000000..0682ba9 --- /dev/null +++ b/download.h @@ -0,0 +1,7 @@ +#ifndef DOWNLOAD_H +#define DOWNLOAD_H + +struct Buffer; +int download_to_buffer(const char *url, struct Buffer *buffer); + +#endif -- cgit v1.2.3