X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctypes.h;h=d64c1a13d46b6c53e989a9bc172a7fdb5cdf75be;hb=c27a4ecc3e616e8a5ee09b8ca888ed6ff3e501f7;hp=fbbc6d1dba22e736b61d3fea5863231f19ccada3;hpb=f60ca1494b58b5b2340e1780adf7422eacf5fed1;p=silc.git diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index fbbc6d1d..d64c1a13 100644 --- a/lib/silcutil/silctypes.h +++ b/lib/silcutil/silctypes.h @@ -69,7 +69,7 @@ * * NAME * - * #define bool ... + * #define SilcBool ... * * DESCRIPTION * @@ -105,7 +105,7 @@ * Boolean value, and is always 8-bits. Represents value 0 or 1. * ***/ -typedef unigned char SilcBool; +typedef unsigned char SilcBool; #define silc_offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)