Removed a nonexistent function from addressbook.h.
[claws.git] / src / addressbook.h
index f872d68e3735831c721a5b6ce482b92f6a46866d..ce5c7079be5fd4039d67deb138849faeec4e9ed9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto 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
@@ -46,11 +46,6 @@ gboolean addressbook_peek_folder_exists( gchar *folderpath,
                                                                                 AddressDataSource **book,
                                                                                 ItemFolder **folder );
 
-gboolean addressbook_load_completion   (gint (*callBackFunc) 
-                                              (const gchar *, 
-                                               const gchar *, 
-                                               const gchar *));
-
 void addressbook_gather                        ( FolderItem *folderItem,
                                          gboolean sourceInd,
                                          GList *msgList );
@@ -63,6 +58,7 @@ void addressbook_address_list_set_focus( void );
 void addressbook_address_list_disable_some_actions( void );
 void addressbook_refresh( void );
 gchar *addressbook_set_col_name_guard(gchar *value);
+void addressbook_reflect_prefs_pixmap_theme(void);
 
 #endif /* __ADDRESSBOOK_H__ */