Added SILC Thread Queue API
[silc.git] / lib / silcutil / silctypes.h
index a4a06d9e2cbdb772b7c0d19018e89a84b8193d84..08b0532032b6d67eb06401239c4cc5c79c9777bb 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2002 - 2007 Pekka Riikonen
+  Copyright (C) 2002 - 2008 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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,7 +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_DELETE        112
 #define SILC_PARAM_ALLOC         0x00010000     /* Allocate, bitmask */
+#define SILC_PARAM_REPLACE       0x00020000    /* Replace, bitmask */
 
 /* Macros */