X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Faddrgather.h;h=cb24c729f5056ec20560d5798f5f417b2f8341fc;hp=c50d9ae2a9a846e9108cf4fd09f6ff125495dc5f;hb=11b84add9a013b480476c2a307704becefa83ab6;hpb=7bc072a8869c8d81539097401843d8fd19589d6d diff --git a/src/addrgather.h b/src/addrgather.h index c50d9ae2a..cb24c729f 100644 --- a/src/addrgather.h +++ b/src/addrgather.h @@ -1,10 +1,10 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 2002 Match Grun + * Copyright (C) 2002-2011 Match Grun and the Claws Mail team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -13,8 +13,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . + * */ /* @@ -25,10 +25,20 @@ #define __ADDR_GATHER_H__ /* Function prototypes */ +#include "folder.h" + +#ifndef USE_NEW_ADDRBOOK +#include "addrbook.h" + AddressBookFile *addrgather_dlg_execute( FolderItem *folderItem, AddressIndex *addrIndex, + gboolean sourceInd, GList *msgList ); - +#else +void addrgather_dlg_execute( FolderItem *folderItem, + gboolean sourceInd, + GList *msgList ); +#endif #endif /* __ADDR_GATHER_H__ */ /*