~ubuntu-branches/ubuntu/oneiric/ubuntuone-client/oneiric

« back to all changes in this revision

Viewing changes to libsyncdaemon/libsyncdaemon.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-06-23 23:08:15 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20100623230815-4m3ugh10u9x9xzw5
Tags: upstream-1.3.2
ImportĀ upstreamĀ versionĀ 1.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Syncdaemon API
 
3
 *
 
4
 * Authors: Rodrigo Moya <rodrigo.moya@canonical.com>
 
5
 *
 
6
 * Copyright 2010 Canonical Ltd.
 
7
 *
 
8
 * This program is free software: you can redistribute it and/or modify it
 
9
 * under the terms of the GNU General Public License version 3, as published
 
10
 * by the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful, but
 
13
 * WITHOUT ANY WARRANTY; without even the implied warranties of
 
14
 * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
15
 * PURPOSE.  See the GNU General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License along
 
18
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
 *
 
20
 */
 
21
 
 
22
#include <libsyncdaemon/syncdaemon-config-interface.h>
 
23
#include <libsyncdaemon/syncdaemon-daemon.h>
 
24
#include <libsyncdaemon/syncdaemon-events-interface.h>
 
25
#include <libsyncdaemon/syncdaemon-filesystem-interface.h>
 
26
#include <libsyncdaemon/syncdaemon-folder-info.h>
 
27
#include <libsyncdaemon/syncdaemon-folders-interface.h>
 
28
#include <libsyncdaemon/syncdaemon-interface.h>
 
29
#include <libsyncdaemon/syncdaemon-publicfiles-interface.h>
 
30
#include <libsyncdaemon/syncdaemon-shares-interface.h>
 
31
#include <libsyncdaemon/syncdaemon-status-interface.h>
 
32
#include <libsyncdaemon/syncdaemon-transfer-info.h>