aboutsummaryrefslogtreecommitdiff
path: root/src/quote_fmt.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-12 11:22:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-12 11:22:08 +0000
commitb9ca7b1ef5cd1f96ae6e28ae78d12c1e3258c23f (patch)
tree1203adec5f70af1ddd49868528d8d3a5b9004329 /src/quote_fmt.h
Initial import of Sylpheed (GTK2 version).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d
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__ */