claws-mail/src/quote_fmt.h
2001-06-06 14:21:52 +00:00

9 lines
167 B
C

#ifndef QUOTE_FMT_H
#define QUOTE_FMT_H
gchar * quote_fmt_get_buffer();
void quote_fmt_init(MsgInfo * info, gchar * my_quote_str);
int quote_fmtparse(void);
#endif