2006-09-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #351332

	* misc/e-attachment-bar.h: Fix implicit function declarations.

svn path=/trunk/; revision=32793
This commit is contained in:
Matthew Barnes
2006-09-18 17:31:23 +00:00
committed by Matthew Barnes
parent cacc7b86e1
commit 4397b37fb9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #351332
* misc/e-attachment-bar.h: Fix implicit function declarations.
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #352450

View File

@ -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
}