aboutsummaryrefslogtreecommitdiff
path: root/src/rss.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 15:59:30 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 15:59:30 +0200
commitae0520e57267dbd866fc8cd25f66f4e6af2ac118 (patch)
tree22788688f1b588c3ad00c1ce3fe13da68b3a9382 /src/rss.h
parenta1ca82847eb356c6b85ada2ac11f38d98f6e085e (diff)
Move c files into src directory
Diffstat (limited to 'src/rss.h')
-rw-r--r--src/rss.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rss.h b/src/rss.h
new file mode 100644
index 0000000..9c584ae
--- /dev/null
+++ b/src/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