aboutsummaryrefslogtreecommitdiff
path: root/src/addressbook.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-10 09:31:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-10 09:31:53 +0000
commit3f9703a3fd35f7d8b835c62869c0db74bd213e2f (patch)
treeacbaf735dc3a1d98d0322f6a5634ea51c7c1b707 /src/addressbook.h
parent6ab1d3cf538aa7f6c5385f7010e9a2d7e71b8dc0 (diff)
added a new filter match type: is (not) in addressbook.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2461 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addressbook.h')
-rw-r--r--src/addressbook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/addressbook.h b/src/addressbook.h
index 70a51da4..41d0cb37 100644
--- a/src/addressbook.h
+++ b/src/addressbook.h
@@ -49,4 +49,6 @@ gboolean addressbook_add_contact_autoreg(const gchar *name,
gboolean addressbook_load_completion ( gint (*callBackFunc) ( const gchar *, const gchar *, const gchar * ) );
+gboolean addressbook_has_address (const gchar *address);
+
#endif /* __ADDRESSBOOK_H__ */