aboutsummaryrefslogtreecommitdiff
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 00000000..c9c4c004
--- /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__ */