summaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2011-12-03 10:22:26 +0100
committerMichal Schmidt <mschmidt@redhat.com>2011-12-03 13:58:21 +0100
commite92238567b9fc83ef77e359588d7b005ecae3d70 (patch)
tree4d3668aaedd2fe2651a3a512e151f904e71fc39b /src/path.h
parent4b562198c79e4ebfc3d84b69a1dae374bc6cf9f5 (diff)
path: add PathModified (= PathChanged + IN_MODIFY)
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index 4e6ccf5b0..1d78fe424 100644
--- a/src/path.h
+++ b/src/path.h
@@ -41,6 +41,7 @@ typedef enum PathType {
PATH_EXISTS_GLOB,
PATH_DIRECTORY_NOT_EMPTY,
PATH_CHANGED,
+ PATH_MODIFIED,
_PATH_TYPE_MAX,
_PATH_TYPE_INVALID = -1
} PathType;