2007-05-22 [wwp] 2.9.2cvs10
[claws.git] / src / quote_fmt.h
index 26d9b6a38b4bbd69f09bf2c3e8c5ba027f37c19d..8e43d3cdb62a9b52693e7f559c8786bd7a53730f 100644 (file)
@@ -2,6 +2,8 @@
 
 #define __QUOTE_FMT_H__
 
+#include "gtkaspell.h"
+
 #define quote_fmt_parse        quote_fmtparse
 
 void quote_fmt_quote_description(void);
@@ -9,7 +11,8 @@ void quote_fmt_quote_description(void);
 gchar *quote_fmt_get_buffer(void);
 void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
                    const gchar *my_body, gboolean my_dry_run,
-                       PrefsAccount *account);
+                       PrefsAccount *account,
+                       GtkAspell *gtkaspell);
 gint quote_fmtparse(void);
 void quote_fmt_scan_string(const gchar *str);
 void quote_fmt_reset_vartable(void);