Split filenodecmp in actionfilenode*

This commit is contained in:
2015-11-11 03:20:04 +01:00
parent b199ee425b
commit b8cdbbe5da
11 changed files with 497 additions and 397 deletions

10
src/actionfilenodesync.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _ACTIONFILENODESYNC_H_
#define _ACTIONFILENODESYNC_H_
#include "filenode.h"
#include "actionfilenode.h"
ActionFileNode ActionFileNode_BuildSync(FileNode fileNodeLeft,
FileNode fileNodeRight);
#endif