2 * file-sync - A plugin for the opensync framework
3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #ifndef _FILE_PLUGIN_H
22 #define _FILE_PLUGIN_H
24 #include <opensync/opensync.h>
26 #include <opensync/opensync-format.h>
27 #include <opensync/opensync-plugin.h>
28 #include <opensync/opensync-data.h>
29 #include <opensync/opensync-helper.h>
36 #include <libxml/xmlmemory.h>
37 #include <libxml/parser.h>
39 typedef struct OSyncFileEnv
{
43 typedef struct OSyncFileDir
{
44 OSyncObjFormat
*objformat_output
;
47 OSyncObjTypeSink
*sink
;
52 #endif //_FILE_PLUGIN_H