X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctypes.h;h=eabb83f032537e6f6906463bcf8d336a55045da8;hp=f060a3e08f80e04d1b6a2815b6fb8d8a706d149c;hb=0e9f7cb23616b1a84d8fe0ddb123354f37ecf895;hpb=38b10925eeea619c2b6fa646892df4416e6dd08f diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index f060a3e0..eabb83f0 100644 --- a/lib/silcutil/silctypes.h +++ b/lib/silcutil/silctypes.h @@ -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) */ @@ -313,6 +314,7 @@ typedef SilcUInt32 SilcParam; #define SILC_PARAM_OFFSET_START 110 #define SILC_PARAM_OFFSET_END 111 #define SILC_PARAM_APPEND 112 +#define SILC_PARAM_DELETE 113 #define SILC_PARAM_ALLOC 0x00010000 /* Allocate, bitmask */ /* Macros */