Split filenodecmp in actionfilenode*
This commit is contained in:
10
src/actionfilenodecopy.h
Normal file
10
src/actionfilenodecopy.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _ACTIONFILENODECOPY_H_
|
||||
#define _ACTIONFILENODECOPY_H_
|
||||
|
||||
#include "filenode.h"
|
||||
#include "actionfilenode.h"
|
||||
|
||||
ActionFileNode ActionFileNode_BuildCopy(FileNode fileNodeLeft,
|
||||
FileNode fileNodeRight);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user