diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-09-21 01:29:38 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-09-21 01:42:02 +0200 |
commit | 0d60602c3b4d4b65da672d75c6146f2ea4b27f88 (patch) | |
tree | 9522f11f7c3258e930196f169f8c0a062da83a20 /src/condition.h | |
parent | 8571962ca31a468959eedce26fda278587327ba5 (diff) |
condition: add ConditionPathIsSymbolicLink
Diffstat (limited to 'src/condition.h')
-rw-r--r-- | src/condition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/condition.h b/src/condition.h index 66b020fc8c..dd65aa6054 100644 --- a/src/condition.h +++ b/src/condition.h @@ -30,6 +30,7 @@ typedef enum ConditionType { CONDITION_PATH_EXISTS, CONDITION_PATH_EXISTS_GLOB, CONDITION_PATH_IS_DIRECTORY, + CONDITION_PATH_IS_SYMBOLIC_LINK, CONDITION_PATH_IS_MOUNT_POINT, CONDITION_DIRECTORY_NOT_EMPTY, CONDITION_FILE_IS_EXECUTABLE, |