aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/bbdb.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-14 02:26:58 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-14 04:57:32 +0800
commitadf8a1bbead09a39ec1b15a164d78a9587ac1734 (patch)
treeab191811384d77bfc01df30faddb104e9f011958 /plugins/bbdb/bbdb.h
parent2abf047ec84e4d3ce31a4da86dceca3b0c9aaea1 (diff)
downloadgsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.tar
gsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.tar.gz
gsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.tar.bz2
gsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.tar.lz
gsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.tar.xz
gsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.tar.zst
gsoc2013-evolution-adf8a1bbead09a39ec1b15a164d78a9587ac1734.zip
bbdb plugin cleanups.
Diffstat (limited to 'plugins/bbdb/bbdb.h')
-rw-r--r--plugins/bbdb/bbdb.h11
1 files changed, 4 insertions, 7 deletions
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 <libebook/libebook.h>
/* 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__ */