aboutsummaryrefslogtreecommitdiff
path: root/src/rss_html_common.h
diff options
context:
space:
mode:
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