Handle anychar (.) correctly with bounded repeaat regex expression.
[crypto.git] / lib / silcutil / silctypes.h
index eabb83f032537e6f6906463bcf8d336a55045da8..6b4ca86153e3158345871cfdd7a5279356620c7a 100644 (file)
@@ -313,9 +313,9 @@ typedef SilcUInt32 SilcParam;
 #define SILC_PARAM_REGEX         109
 #define SILC_PARAM_OFFSET_START  110
 #define SILC_PARAM_OFFSET_END    111
-#define SILC_PARAM_APPEND        112
-#define SILC_PARAM_DELETE        113
+#define SILC_PARAM_DELETE        112
 #define SILC_PARAM_ALLOC         0x00010000     /* Allocate, bitmask */
+#define SILC_PARAM_APPEND        0x00020000    /* Append, bitmask */
 
 /* Macros */