Fix wrong output when nesting $combine-s
[monky] / src / rss.h
index ff00d0a..c990481 100644 (file)
--- a/src/rss.h
+++ b/src/rss.h
@@ -5,6 +5,8 @@
 
 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_*/