Changeset 1752

Show
Ignore:
Timestamp:
02/19/07 09:45:14 (2 years ago)
Author:
abaumann
Message:

update osync_filesync_initialize to take extra OSyncPlugin pointer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/file-sync/src/file_sync.c

    r1584 r1752  
    552552/* In initialize, we get the config for the plugin. Here we also must register 
    553553 * all _possible_ objtype sinks. */ 
    554 static void *osync_filesync_initialize(OSyncPluginInfo *info, OSyncError **error) 
     554static void *osync_filesync_initialize(OSyncPlugin *plugin, OSyncPluginInfo *info, OSyncError **error) 
    555555{ 
    556556        osync_trace(TRACE_ENTRY, "%s(%p, %p)", __func__, info, error);