975dfcfa0d5e7f1c7b359dbe5c7812b68592a41a
[claws.git] / src / quote_fmt.h
1 #ifndef __QUOTE_FMT_H__
2
3 #define __QUOTE_FMT_H__
4
5 #ifdef USE_ASPELL
6 #include "gtkaspell.h"
7 #endif
8
9 #define quote_fmt_parse quote_fmtparse
10
11 void quote_fmt_quote_description(void);
12
13 gchar *quote_fmt_get_buffer(void);
14 #ifdef USE_ASPELL
15 void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
16                     const gchar *my_body, gboolean my_dry_run,
17                         PrefsAccount *account,
18                         GtkAspell *gtkaspell);
19 #else
20 void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
21                     const gchar *my_body, gboolean my_dry_run,
22                         PrefsAccount *account);
23 #endif
24 gint quote_fmtparse(void);
25 void quote_fmt_scan_string(const gchar *str);
26 void quote_fmt_reset_vartable(void);
27 gint quote_fmt_get_cursor_pos(void);
28
29 #endif /* __QUOTE_FMT_H__ */