aboutsummaryrefslogtreecommitdiff
path: root/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 /rss.h
parenta1ca82847eb356c6b85ada2ac11f38d98f6e085e (diff)
Move c files into src directory
Diffstat (limited to 'rss.h')
-rw-r--r--rss.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/rss.h b/rss.h
deleted file mode 100644
index 9c584ae..0000000
--- a/rss.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#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