claws-mail/src/quote_fmt.h

30 lines
724 B
C
Raw Normal View History

2001-11-07 11:29:45 +01:00
#ifndef __QUOTE_FMT_H__
2001-06-06 00:56:48 +02:00
2001-11-07 11:29:45 +01:00
#define __QUOTE_FMT_H__
2001-06-06 00:56:48 +02:00
#ifdef USE_ASPELL
#include "gtkaspell.h"
#endif
2001-11-07 11:29:45 +01:00
#define quote_fmt_parse quote_fmtparse
2001-06-06 00:56:48 +02:00
void quote_fmt_quote_description(void);
2001-11-07 11:29:45 +01:00
gchar *quote_fmt_get_buffer(void);
#ifdef USE_ASPELL
2002-02-11 14:43:37 +01:00
void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
const gchar *my_body, gboolean my_dry_run,
PrefsAccount *account,
GtkAspell *gtkaspell);
#else
void quote_fmt_init(MsgInfo *info, const gchar *my_quote_str,
const gchar *my_body, gboolean my_dry_run,
PrefsAccount *account);
#endif
2001-11-07 11:29:45 +01:00
gint quote_fmtparse(void);
void quote_fmt_scan_string(const gchar *str);
void quote_fmt_reset_vartable(void);
2004-06-25 10:05:09 +02:00
gint quote_fmt_get_cursor_pos(void);
2004-05-10 12:22:28 +02:00
2001-11-07 11:29:45 +01:00
#endif /* __QUOTE_FMT_H__ */