X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctypes.h;h=f060a3e08f80e04d1b6a2815b6fb8d8a706d149c;hp=b6bbffd20641c872e4b3d5c5555235a398ef6be6;hb=38b10925eeea619c2b6fa646892df4416e6dd08f;hpb=687f7e441ffa2fa6a6726bc2851ca7c2c436be45 diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index b6bbffd2..f060a3e0 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 @@ -310,6 +309,10 @@ 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_APPEND 112 #define SILC_PARAM_ALLOC 0x00010000 /* Allocate, bitmask */ /* Macros */