Created SILC Runtime Toolkit git repository Part II.
[runtime.git] / lib / silcutil / silctypes.h
index eabb83f032537e6f6906463bcf8d336a55045da8..8cbb20d0e77dd0bb5027460623341f3f13c04336 100644 (file)
@@ -255,7 +255,7 @@ typedef SilcUInt32 * void *;
  *    Platform specific socket.  On POSIX compliant systems this is simply
  *    an integer, representing the socket. On other systems it is platform
  *    specific socket context.  Access it only through routines that can
- *    handle SilcSocket types, unless you know what you are doing.
+ *    handle SilcSocket types.
  *
  * SOURCE
  */
@@ -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_REPLACE       0x00020000    /* Replace, bitmask */
 
 /* Macros */