summaryrefslogtreecommitdiff
path: root/src/goabackend/goabackend.h
blob: 909b6bfd7bcef7567b25e1566535ddc1af5d77b4 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
 * Copyright (C) 2011 Red Hat, Inc.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library 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
 * Lesser 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., 59 Temple Place, Suite 330,
 * Boston, MA 02111-1307, USA.
 *
 * Author: David Zeuthen <davidz@redhat.com>
 */

#ifndef __GOA_BACKEND_H__
#define __GOA_BACKEND_H__

#if !defined(GOA_BACKEND_API_IS_SUBJECT_TO_CHANGE) && !defined(GOA_BACKEND_COMPILATION)
#error  libgoa-backend is unstable API. You must define GOA_BACKEND_API_IS_SUBJECT_TO_CHANGE before including goabackend/goabackend.h
#endif

#define __GOA_BACKEND_INSIDE_GOA_BACKEND_H__
#include <goabackend/goabackendtypes.h>
#include <goabackend/goalogging.h>
#include <goabackend/goaprovider.h>
#include <goabackend/goagenericprovider.h>
#include <goabackend/goaoauthprovider.h>
#include <goabackend/goaoauth2provider.h>
#include <goabackend/goagoogleprovider.h>
#include <goabackend/goafacebookprovider.h>
#include <goabackend/goayahooprovider.h>
#include <goabackend/goatwitterprovider.h>
#include <goabackend/goaimapauth.h>
#include <goabackend/goaimapauthlogin.h>
#include <goabackend/goaimapauthoauth.h>
#include <goabackend/goaimapclient.h>
#include <goabackend/goaimapmail.h>
#undef __GOA_BACKEND_INSIDE_GOA_BACKEND_H__

#endif /* __GOA_BACKEND_H__ */