2001-11-07 11:29:45 +01:00
|
|
|
#ifndef __QUOTE_FMT_H__
|
2001-06-06 00:56:48 +02:00
|
|
|
|
2001-11-07 11:29:45 +01:00
|
|
|
#define __QUOTE_FMT_H__
|
2001-06-06 00:56:48 +02:00
|
|
|
|
2001-11-07 11:29:45 +01:00
|
|
|
#define quote_fmt_parse quote_fmtparse
|
2001-06-06 00:56:48 +02:00
|
|
|
|
2002-02-22 04:08:20 +01:00
|
|
|
void quote_fmt_quote_description(void);
|
|
|
|
|
2001-11-07 11:29:45 +01:00
|
|
|
gchar *quote_fmt_get_buffer(void);
|
2002-02-11 14:43:37 +01:00
|
|
|
void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
|
|
|
|
const gchar *my_body);
|
2001-11-07 11:29:45 +01:00
|
|
|
gint quote_fmtparse(void);
|
|
|
|
void quote_fmt_scan_string(const gchar *str);
|
|
|
|
|
|
|
|
#endif /* __QUOTE_FMT_H__ */
|