Avoid unnecessary rescanning

This commit is contained in:
2015-11-19 01:00:22 +01:00
parent 0ef40dfe53
commit 826d6a15d8
3 changed files with 13 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ void ActionFileNode_Statistics(ActionFileNode actionFileNode,
void ActionFileNode_Print(ActionFileNode actionFileNode);
void ActionFileNode_RunList(ActionFileNode actionFileNode, char *pathLeft,
int ActionFileNode_RunList(ActionFileNode actionFileNode, char *pathLeft,
char *pathRight);