2012-04-01 [colin] 3.8.0cvs36
[claws.git] / src / addressadd.h
index 2fab8c6b370c410c8718926595d57bd1df5b97fa..e14881d482fb2546af1b74d474143952660527b3 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001-2006 Match Grun and the Sylpheed-Claws team
+ * Copyright (C) 2001-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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 /*
 #ifndef __ADDRESS_ADD_H__
 #define __ADDRESS_ADD_H__
 
-#include "addrindex.h"
+#ifndef USE_NEW_ADDRBOOK
+       #include "addrindex.h"
+#endif
+#include "gtk/gtk.h"
 
-gboolean addressadd_selection( AddressIndex *addrIndex, const gchar *name, const gchar *address, const gchar *remarks );
+#ifndef USE_NEW_ADDRBOOK
+gboolean addressadd_selection( AddressIndex *addrIndex, const gchar *name, const gchar *address, const gchar *remarks,
+                              GdkPixbuf *picture );
+#else
+gboolean addressadd_selection(const gchar *name, const gchar *address, const gchar *remarks,
+                              GdkPixbuf *picture );
+#endif
 
 #endif /* __ADDRESS_ADD_H__ */