X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmatcher_parser.h;h=f39dcf831b587e4e7debb2b728c95d069aaaec88;hp=f9bd43a432d04d3afdb7b725b6cb3bf48d0193e1;hb=d01351502311c061d2747f32c4b7797b53144987;hpb=172954923222802df6f78f114a01be7b82f7857c diff --git a/src/matcher_parser.h b/src/matcher_parser.h index f9bd43a43..f39dcf831 100644 --- a/src/matcher_parser.h +++ b/src/matcher_parser.h @@ -31,10 +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); -GSList *matcher_parser_get_action_list(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