From 94c45e3c4d185b3f0d70f0d2d761b72c6561e1b5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 14 Jul 2020 06:55:18 +0200 Subject: Implement add_html --- src/rss_html_common.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/rss_html_common.h (limited to 'src/rss_html_common.h') diff --git a/src/rss_html_common.h b/src/rss_html_common.h new file mode 100644 index 0000000..99f7778 --- /dev/null +++ b/src/rss_html_common.h @@ -0,0 +1,6 @@ +#ifndef RSS_HTML_COMMON_H +#define RSS_HTML_COMMON_H + +int write_plugin_json_to_file(const char *dir, const char *filename, const char *url, const char *updated, const char *start_after, const char *start_after_url, const char *plugin_name); + +#endif \ No newline at end of file -- cgit v1.2.3