aboutsummaryrefslogtreecommitdiff
path: root/rss.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 15:57:10 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 15:57:10 +0200
commita1ca82847eb356c6b85ada2ac11f38d98f6e085e (patch)
tree8da10b7f5c409bcf0cde60b89c947900e1322f7d /rss.h
parentee0d96fd180b235d4e87019d69e07cefde1e5546 (diff)
Start on add_rss, add rss parser
Diffstat (limited to 'rss.h')
-rw-r--r--rss.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rss.h b/rss.h
new file mode 100644
index 0000000..9c584ae
--- /dev/null
+++ b/rss.h
@@ -0,0 +1,6 @@
+#ifndef RSS_H
+#define RSS_H
+
+int add_rss(const char *name, const char *url, const char *rss_config_dir, const char *start_after);
+
+#endif