From 55d6580d8627a9a85df1e6b19529196d4d9ac95a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 31 Mar 2010 20:02:13 -0400 Subject: Stop relying on CamelObject meta-data. --- em-format/em-format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'em-format/em-format.h') diff --git a/em-format/em-format.h b/em-format/em-format.h index 4d8beaa228..39f6240b76 100644 --- a/em-format/em-format.h +++ b/em-format/em-format.h @@ -65,7 +65,7 @@ typedef struct _EMFormatPrivate EMFormatPrivate; typedef struct _EMFormatHandler EMFormatHandler; typedef struct _EMFormatHeader EMFormatHeader; -typedef void (*EMFormatFunc) (EMFormat *md, CamelStream *stream, CamelMimePart *part, const EMFormatHandler *info); +typedef void (*EMFormatFunc) (EMFormat *md, CamelStream *stream, CamelMimePart *part, const EMFormatHandler *info, gboolean is_fallback); typedef enum _em_format_mode_t { EM_FORMAT_NORMAL, -- cgit