From 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 11:23:00 +0100 Subject: Initial commit for sylpheed 3.7.0 --- src/quote_fmt.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/quote_fmt.h (limited to 'src/quote_fmt.h') diff --git a/src/quote_fmt.h b/src/quote_fmt.h new file mode 100644 index 0000000..c9c4c00 --- /dev/null +++ b/src/quote_fmt.h @@ -0,0 +1,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__ */ -- cgit v1.3