revert match's changes to (finally) remove the bug where opening a folder causes...
[claws.git] / src / addressbook.h
index 85208eec0f32bb251dbd6994e7460b3e034a27a6..ddd0a29e7d1071b975d17b7dacbabaf3111aa83d 100644 (file)
@@ -39,6 +39,11 @@ void addressbook_destroy             ( void );
 gboolean addressbook_add_contact       ( const gchar *name,
                                          const gchar *address,
                                          const gchar *remarks );
+                                         
+gboolean addressbook_load_completion   (gint (*callBackFunc) 
+                                              (const gchar *, 
+                                               const gchar *, 
+                                               const gchar *));
 
 void addressbook_gather                        ( FolderItem *folderItem,
                                          gboolean sourceInd,