diff options
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 4e0d63cd51..b9d3f34aef 100644 --- a/src/condition.h +++ b/src/condition.h @@ -29,6 +29,7 @@ typedef enum ConditionType { CONDITION_PATH_EXISTS, CONDITION_KERNEL_COMMAND_LINE, + CONDITION_NULL, _CONDITION_TYPE_MAX, _CONDITION_TYPE_INVALID = -1 } ConditionType; |