Statistics
| Revision:

root / src / quote_fmt.h @ 3071

History | View | Annotate | Download (319 Bytes)

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