Added SILC Thread Queue API
[silc.git] / lib / silcutil / silctypes.h
index b6bbffd20641c872e4b3d5c5555235a398ef6be6..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
@@ -268,7 +268,6 @@ typedef void * SilcSocket;
 #endif
 /***/
 
-
 /****d* silcutil/SILCTypes/SilcParam
  *
  * NAME
@@ -300,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) */
@@ -310,7 +310,12 @@ typedef SilcUInt32 SilcParam;
 #define SILC_PARAM_OFFSET        106
 #define SILC_PARAM_ADVANCE       107
 #define SILC_PARAM_FUNC          108
+#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 */