/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* e-book-auth-util.h - Lame helper to load addressbooks with authentication. * * Copyright (C) 2005 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU Lesser General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * * Authors: Hans Petter Jansson * * Mostly taken from Evolution's addressbook/gui/component/addressbook.c */ #ifndef E_BOOK_AUTH_UTIL_H #define E_BOOK_AUTH_UTIL_H #include EBook *e_load_book_source (ESource *source, EBookCallback open_func, gpointer user_data); #endif