initial message templates support
[claws.git] / src / quote_fmt.h
bloba7278e8a1abc047d855e4680f8ef04dea288ce1f
1 #ifndef QUOTE_FMT_H
3 #define QUOTE_FMT_H
5 gchar * quote_fmt_get_buffer();
6 void quote_fmt_init(MsgInfo * info, gchar * my_quote_str);
7 int quote_fmtparse(void);
9 #endif