Changeset 182
- Timestamp:
- 01/26/05 21:02:52 (4 years ago)
- Location:
- trunk
- Files:
-
- 28 modified
-
engine/osengine_client.c (modified) (1 diff)
-
engine/osengine_debug.c (modified) (1 diff)
-
engine/osengine_engine.c (modified) (1 diff)
-
engine/osengine_flags.c (modified) (1 diff)
-
engine/osengine_mapping.c (modified) (1 diff)
-
engine/osengine_message.c (modified) (1 diff)
-
engine/osengine_queue.c (modified) (1 diff)
-
engine/osengine_status.c (modified) (1 diff)
-
formats/xml/e-vcard.c (modified) (1 diff)
-
plugins/file-sync/src/file_sync.c (modified) (1 diff)
-
src/opensync.h (modified) (1 diff)
-
src/opensync_anchor.c (modified) (1 diff)
-
src/opensync_change.c (modified) (1 diff)
-
src/opensync_context.c (modified) (1 diff)
-
src/opensync_convert.c (modified) (1 diff)
-
src/opensync_db.c (modified) (1 diff)
-
src/opensync_db_bdb.c (modified) (1 diff)
-
src/opensync_debug.c (modified) (1 diff)
-
src/opensync_env.c (modified) (1 diff)
-
src/opensync_error.c (modified) (1 diff)
-
src/opensync_filter.c (modified) (1 diff)
-
src/opensync_group.c (modified) (1 diff)
-
src/opensync_hashtable.c (modified) (1 diff)
-
src/opensync_mapping.c (modified) (1 diff)
-
src/opensync_member.c (modified) (1 diff)
-
src/opensync_plugin.c (modified) (3 diffs)
-
src/opensync_plugin.h (modified) (1 diff)
-
src/opensync_user.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/osengine_client.c
r109 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_debug.c
r142 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_engine.c
r138 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_flags.c
r94 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_mapping.c
r168 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_message.c
r109 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_queue.c
r109 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/engine/osengine_status.c
r106 r182 1 /* 2 * libosengine - A synchronization engine for the opensync framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "engine.h" 2 22 #include "engine_internals.h" -
trunk/formats/xml/e-vcard.c
r179 r182 1800 1800 1801 1801 memset(data, 0, strlen(data)); 1802 strcpy(data, string->str); //FIXME. will this free the whole string? guess not.1802 strcpy(data, string->str); 1803 1803 g_string_free(string, 1); 1804 1804 -
trunk/plugins/file-sync/src/file_sync.c
r148 r182 272 272 } 273 273 274 void get_info(OSyncPluginInfo *info) { 274 void get_info(OSyncPluginInfo *info) 275 { 275 276 info->name = "file-sync"; 277 info->longname = "File Synchronization Plugin"; 278 info->description = "Plugin to synchronize files on the local filesystem"; 276 279 info->version = 1; 277 280 info->is_threadsafe = TRUE; -
trunk/src/opensync.h
r174 r182 84 84 int version; 85 85 const char *name; 86 const char *longname; 86 87 const char *description; 87 88 osync_bool is_threadsafe; -
trunk/src/opensync_anchor.c
r58 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_change.c
r171 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_context.c
r109 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" 3 4 /*5 struct OSyncContext {6 void (*callback_function)(OSyncMember *, void *);7 void *user_data;8 OSyncMember *member;9 OSyncError error;10 osync_bool success;11 };12 */13 23 14 24 OSyncContext *osync_context_new(OSyncMember *member) -
trunk/src/opensync_convert.c
r179 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_db.c
r140 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_db_bdb.c
r57 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_debug.c
r109 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "opensync.h" 2 22 #include "opensync_internals.h" -
trunk/src/opensync_env.c
r127 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "opensync.h" 2 22 #include "opensync_internals.h" -
trunk/src/opensync_error.c
r177 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_filter.c
r172 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "opensync.h" 2 22 #include "opensync_internals.h" -
trunk/src/opensync_group.c
r172 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "opensync.h" 2 22 #include "opensync_internals.h" -
trunk/src/opensync_hashtable.c
r71 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_mapping.c
r127 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include <opensync.h> 2 22 #include "opensync_internals.h" -
trunk/src/opensync_member.c
r168 r182 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 1 21 #include "opensync.h" 2 22 #include "opensync_internals.h" -
trunk/src/opensync_plugin.c
r136 r182 1 #include <opensync.h> 1 /* 2 * libopensync - A synchronization framework 3 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org> 4 * 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. 9 * 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. 14 * 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 18 * 19 */ 20 21 #include "opensync.h" 2 22 #include "opensync_internals.h"
