From 4397b37fb978e2bb4d1bbc507a24ca76263b8bd0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Sep 2006 17:31:23 +0000 Subject: ** Fixes bug #351332 2006-09-18 Matthew Barnes ** Fixes bug #351332 * misc/e-attachment-bar.h: Fix implicit function declarations. svn path=/trunk/; revision=32793 --- widgets/misc/e-attachment-bar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/misc') diff --git a/widgets/misc/e-attachment-bar.h b/widgets/misc/e-attachment-bar.h index 0acccf742a..2099d5714a 100644 --- a/widgets/misc/e-attachment-bar.h +++ b/widgets/misc/e-attachment-bar.h @@ -82,6 +82,7 @@ GSList *e_attachment_bar_get_parts (EAttachmentBar *bar); GSList *e_attachment_bar_get_selected (EAttachmentBar *bar); void e_attachment_bar_set_width(EAttachmentBar *bar, int bar_width); GSList * e_attachment_bar_get_all_attachments (EAttachmentBar *bar); +void e_attachment_bar_create_attachment_cache (EAttachment *attachment); #ifdef __cplusplus } -- cgit v1.2.3