2012-04-01 [colin] 3.8.0cvs36
[claws.git] / src / addrgather.h
index 118af53d170d8539bfdc13f1d6f1063488936d72..cb24c729f5056ec20560d5798f5f417b2f8341fc 100644 (file)
 #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__ */
 
 /*