aboutsummaryrefslogtreecommitdiff
path: root/src/rss_html_common.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-14 06:55:18 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-14 06:55:18 +0200
commit94c45e3c4d185b3f0d70f0d2d761b72c6561e1b5 (patch)
tree7c3c06987f82f726422bda9e5de86172f60c3065 /src/rss_html_common.h
parenta15d7ad07a5865f2f51e85d5e4e049922c50deec (diff)
Implement add_html
Diffstat (limited to 'src/rss_html_common.h')
-rw-r--r--src/rss_html_common.h6
1 files changed, 6 insertions, 0 deletions
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