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