summaryrefslogtreecommitdiff
path: root/src/quote_fmt.h
diff options
context:
space:
mode:
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__ */