From adf8a1bbead09a39ec1b15a164d78a9587ac1734 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 13 Apr 2013 14:26:58 -0400 Subject: bbdb plugin cleanups. --- plugins/bbdb/bbdb.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'plugins/bbdb/bbdb.h') diff --git a/plugins/bbdb/bbdb.h b/plugins/bbdb/bbdb.h index 6759921192..045f80c615 100644 --- a/plugins/bbdb/bbdb.h +++ b/plugins/bbdb/bbdb.h @@ -40,14 +40,11 @@ #include /* bbdb.c */ -/* creates an EBookClient for a given type (gaim or contacts), but doesn't open it; - * this function should be called in a main thread. */ -EBookClient *bbdb_create_book_client (gint type); - -gboolean bbdb_check_gaim_enabled (void); +EBookClient * bbdb_create_book_client (gint type); +gboolean bbdb_check_gaim_enabled (void); /* gaimbuddies.c */ -void bbdb_sync_buddy_list (void); -void bbdb_sync_buddy_list_check (void); +void bbdb_sync_buddy_list (void); +void bbdb_sync_buddy_list_check (void); #endif /* __BBDB_H__ */ -- cgit v1.2.3