Fix wrong output when nesting $combine-s
[monky] / src / rss.h
index 279246f..c990481 100644 (file)
--- a/src/rss.h
+++ b/src/rss.h
@@ -3,10 +3,10 @@
 #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 *);
+
 void rss_free_info(void);
 
 #endif /*RSS_H_*/