X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctypes.h;h=6b4ca86153e3158345871cfdd7a5279356620c7a;hb=8174e79f59a93437b0fe02378889e27df7bfc299;hp=b6bbffd20641c872e4b3d5c5555235a398ef6be6;hpb=687f7e441ffa2fa6a6726bc2851ca7c2c436be45;p=crypto.git diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index b6bbffd2..6b4ca861 100644 --- a/lib/silcutil/silctypes.h +++ b/lib/silcutil/silctypes.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - 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_APPEND 0x00020000 /* Append, bitmask */ /* Macros */