Statistics
| Revision:

root / src / quote_fmt.h @ 3038

History | View | Annotate | Download (319 Bytes)

1
#ifndef __QUOTE_FMT_H__
2
3
#define __QUOTE_FMT_H__
4
5
#define quote_fmt_parse        quote_fmtparse
6
7
gchar *quote_fmt_get_buffer(void);
8
void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
9
                    const gchar *my_body);
10
gint quote_fmtparse(void);
11
void quote_fmt_scan_string(const gchar *str);
12
13
#endif /* __QUOTE_FMT_H__ */