Split filenodecmp in actionfilenode*
This commit is contained in:
10
src/actionfilenodesync.h
Normal file
10
src/actionfilenodesync.h
Normal 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
|
||||
Reference in New Issue
Block a user