just the German translations
[claws.git] / src / quote_fmt.h
1 #ifndef __QUOTE_FMT_H__
2
3 #define __QUOTE_FMT_H__
4
5 #define quote_fmt_parse quote_fmtparse
6
7 void quote_fmt_quote_description(void);
8
9 gchar *quote_fmt_get_buffer(void);
10 void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
11                     const gchar *my_body);
12 gint quote_fmtparse(void);
13 void quote_fmt_scan_string(const gchar *str);
14
15 #endif /* __QUOTE_FMT_H__ */