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