diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /src/quote_fmt.h | |
Initial commit for sylpheed 3.7.0
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__ */ | ||
