Allow method to pass execgraph arguments containing spaces.
[monky] / src / rss.h
index 3e10d81..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);
-void rss_process_info(char *p, int p_max_size, char *uri, char *action, int
-               act_par, int interval, unsigned int nrspaces);
 
 #endif /*RSS_H_*/