inital gtk2 patch
[claws.git] / src / matcher_parser.h
index ff2fbd86426f020a1eaaf71e752a79d6c110300c..f39dcf831b587e4e7debb2b728c95d069aaaec88 100644 (file)
@@ -31,9 +31,10 @@ extern int matcher_parserlineno;
 void matcher_parser_start_parsing      (FILE *f);
 int matcher_parserparse                        (void);
 
-MatcherList *matcher_parser_get_cond   (gchar *str);
-MatcherProp *matcher_parser_get_prop   (gchar *str);
-FilteringProp *matcher_parser_get_filtering    (gchar *str);
-ScoringProp *matcher_parser_get_scoring                (gchar *str);
+MatcherList *matcher_parser_get_cond   (const gchar *str);
+MatcherProp *matcher_parser_get_prop   (const gchar *str);
+FilteringProp *matcher_parser_get_filtering    (const gchar *str);
+ScoringProp *matcher_parser_get_scoring                (const gchar *str);
+GSList *matcher_parser_get_action_list(const gchar *str);
 
 #endif