aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-merging.h
blob: 6011263f312da7588b2092e06979f90ca7e36c60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * The Evolution addressbook client object.
 *
 * Authors:
 *   Christopher James Lahey <clahey@ximian.com>
 *   Chris Toshok <toshok@ximian.com>
 *
 * Copyright (C) 2001, 2002, 2003 Ximian, Inc.
 */

#ifndef __E_CONTACT_MERGING_H__
#define __E_CONTACT_MERGING_H__

#include <addressbook/backend/ebook/e-book-async.h>

G_BEGIN_DECLS

gboolean  eab_merging_book_add_contact    (EBook           *book,
                       EContact        *contact,
                       EBookIdCallback  cb,
                       gpointer         closure);
gboolean  eab_merging_book_commit_contact (EBook           *book,
                       EContact        *contact,
                       EBookCallback    cb,
                       gpointer         closure);

G_END_DECLS

#endif /* ! __EAB_CONTACT_MERGING_H__ */