summaryrefslogtreecommitdiff
path: root/src/quote_fmt.h
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-26 11:23:00 +0100
committerSimeon Simeonov2018-02-26 11:23:00 +0100
commit0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch)
treeaf916a30553c78ce9d4f2d8658656a175c5b6921 /src/quote_fmt.h
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'src/quote_fmt.h')
-rw-r--r--src/quote_fmt.h13
1 files changed, 13 insertions, 0 deletions
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 @@
1#ifndef __QUOTE_FMT_H__
2
3#define __QUOTE_FMT_H__
4
5#define quote_fmt_parse quote_fmtparse
6
7gchar *quote_fmt_get_buffer(void);
8void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
9 const gchar *my_body);
10gint quote_fmtparse(void);
11void quote_fmt_scan_string(const gchar *str);
12
13#endif /* __QUOTE_FMT_H__ */