X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctypes.h;h=6b4ca86153e3158345871cfdd7a5279356620c7a;hb=8174e79f59a93437b0fe02378889e27df7bfc299;hp=a4a06d9e2cbdb772b7c0d19018e89a84b8193d84;hpb=f2462c5dd7e885e3daa00066fbf53e166fd361e0;p=silc.git diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index a4a06d9e..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 @@ -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_APPEND 0x00020000 /* Append, bitmask */ /* Macros */