diff options
Diffstat (limited to 'shell/e-folder.h')
-rw-r--r-- | shell/e-folder.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shell/e-folder.h b/shell/e-folder.h index eb7ac516f3..48fa5b4789 100644 --- a/shell/e-folder.h +++ b/shell/e-folder.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-folder.h * - * Copyright (C) 2000 Ximian, Inc. + * Copyright (C) 2000, 2001, 2002 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -23,6 +23,8 @@ #ifndef _E_FOLDER_H_ #define _E_FOLDER_H_ +#include "Evolution.h" + #include <gtk/gtkobject.h> #ifdef __cplusplus @@ -86,6 +88,10 @@ void e_folder_set_unread_count (EFolder *folder, int unread_count); void e_folder_set_child_highlight (EFolder *folder, gboolean highlighted); void e_folder_set_is_stock (EFolder *folder, gboolean is_stock); +void e_folder_to_corba (EFolder *folder, + const char *evolution_uri, + GNOME_Evolution_Folder *folder_return); + #ifdef __cplusplus } #endif /* __cplusplus */ |