2007-05-23 [wwp] 2.9.2cvs13
[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 gint quote_fmt_get_line(void);
15 #ifdef USE_ASPELL
16 void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
17                     const gchar *my_body, gboolean my_dry_run,
18                         PrefsAccount *account,
19                         GtkAspell *gtkaspell);
20 #else
21 void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
22                     const gchar *my_body, gboolean my_dry_run,
23                         PrefsAccount *account);
24 #endif
25 gint quote_fmtparse(void);
26 void quote_fmt_scan_string(const gchar *str);
27 void quote_fmt_reset_vartable(void);
28 gint quote_fmt_get_cursor_pos(void);
29
30 #endif /* __QUOTE_FMT_H__ */