diff options
Diffstat (limited to 'src/quote_fmt.h')
| -rw-r--r-- | src/quote_fmt.h | 13 |
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 | |||
| 7 | gchar *quote_fmt_get_buffer(void); | ||
| 8 | void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str, | ||
| 9 | const gchar *my_body); | ||
| 10 | gint quote_fmtparse(void); | ||
| 11 | void quote_fmt_scan_string(const gchar *str); | ||
| 12 | |||
| 13 | #endif /* __QUOTE_FMT_H__ */ | ||
