Added ability for functions to be in conditions. Not perfect yet,
[freeradius.git] / src / modules / rlm_policy / rlm_policy.h
index ca28da0..41841c7 100644 (file)
@@ -111,6 +111,7 @@ typedef enum policy_reserved_word_t {
        POLICY_RESERVED_NUM_WORDS
 } policy_reserved_word_t;
 
+
 #define POLICY_DEBUG_NONE           0
 #define POLICY_DEBUG_PEEK           (1 << 0)
 #define        POLICY_DEBUG_PRINT_TOKENS   (1 << 1)