Bugfix: make sure $else works correct and without memleaks
[monky] / src / rss.h
index 9391c5a..c990481 100644 (file)
--- a/src/rss.h
+++ b/src/rss.h
@@ -1,10 +1,12 @@
+/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
+
 #ifndef RSS_H_
 #define RSS_H_
 
-#include "prss.h"
+void rss_scan_arg(struct text_object *, const char *);
+void rss_print_info(struct text_object *, char *, int);
+void rss_free_obj_info(struct text_object *);
 
-PRSS *get_rss_info(char *uri, int delay);
-void init_rss_info(void);
-void free_rss_info(void);
+void rss_free_info(void);
 
 #endif /*RSS_H_*/