2012-04-01 [colin] 3.8.0cvs36
[claws.git] / src / addrgather.h
index 53aa2b32060e2ffc53502bee6e4a9c03f143b3d0..cb24c729f5056ec20560d5798f5f417b2f8341fc 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ * 
  */
 
 /*
 #define __ADDR_GATHER_H__
 
 /* Function prototypes */
-AddressBookFile *addrgather_dlg_execute( FolderItem *folderItem,
-                                        AddressIndex *addrIndex );
+#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__ */
 
 /*