Created SILC Runtime Toolkit git repository Part II.
[runtime.git] / lib / silcutil / silctypes.h
index f060a3e08f80e04d1b6a2815b6fb8d8a706d149c..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
  */
@@ -299,7 +299,8 @@ typedef SilcUInt32 SilcParam;
 #define SILC_PARAM_END           0xfeeefff1     /* End of parameters */
 /***/
 
-/* Internal parameter types, not publicly documented */
+/* Internal parameter types, not publicly documented, used mainly by the
+   SILC Buffer Format API (silcbuffmt.h). */
 #define SILC_PARAM_UI8_STRING    100           /* String (max len 8-bits) */
 #define SILC_PARAM_UI16_STRING   101           /* String (max len 16-bits) */
 #define SILC_PARAM_UI32_STRING   102           /* String (max len 32-bits) */
@@ -312,8 +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        112
 #define SILC_PARAM_ALLOC         0x00010000     /* Allocate, bitmask */
+#define SILC_PARAM_REPLACE       0x00020000    /* Replace, bitmask */
 
 /* Macros */