X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcregex.h;h=217144ab86108f32731c205ddc68254d208c437d;hp=7fac2ac26a27b1b42ba12aaecc2665105591f6e1;hb=96ae4adfa8757be98b0587941e26d0733e1fb22e;hpb=f449c0a95327fd4e60a5b9d3c9d50fae0f8d835a diff --git a/lib/silcutil/silcregex.h b/lib/silcutil/silcregex.h index 7fac2ac2..217144ab 100644 --- a/lib/silcutil/silcregex.h +++ b/lib/silcutil/silcregex.h @@ -1,3 +1,4 @@ + /* regexpr.h @@ -58,9 +59,7 @@ * * DESCRIPTION * - * The regular expression context. This context is given as argument - * to all silc_regex_* functions. It is usually statically allocated - * but can be dynamically allocated by silc_malloc. + * The regular expression context. * ***/ typedef struct SilcRegexObject { @@ -83,9 +82,6 @@ typedef struct SilcRegexObject { * * DESCRIPTION * - * The regular expression match context that provides information on the - * found match. It provides the start offset and end offset of the - * found match. * * SOURCE */