quote arguments before giving them to command line. fixed quote of string in matcher...
[claws.git] / src / matcher.h
index d75bfa35b651c79bd2a56fed15f0d651eb370c79..59021d4f4202fba0cacaab2f8a4997d3f71eed2c 100644 (file)
@@ -175,4 +175,6 @@ gchar *matching_build_command               (const gchar    *cmd,
 void prefs_matcher_read_config         (void);
 void prefs_matcher_write_config                (void);
 
+gchar * matcher_quote_str(const gchar * src);
+
 #endif