X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcidcache.h;h=64c8bf9c6b038cd9f032e4259f706483f70d7b1c;hp=e5c86a513e5c394adb970c7d425efd03fdf14300;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/lib/silccore/silcidcache.h b/lib/silccore/silcidcache.h index e5c86a51..64c8bf9c 100644 --- a/lib/silccore/silcidcache.h +++ b/lib/silccore/silcidcache.h @@ -52,7 +52,7 @@ * * A name associated with the ID. * - * uint32 expire + * SilcUInt32 expire * * Time when this cache entry expires. This is normal time() value * plus the validity. Cache entry has expired if current time is @@ -68,7 +68,7 @@ typedef struct { void *id; char *name; - uint32 expire; + SilcUInt32 expire; void *context; } *SilcIDCacheEntry; /***/ @@ -133,7 +133,7 @@ typedef void (*SilcIDCacheDestructor)(SilcIDCache cache, * * SYNOPSIS * - * SilcIDCache silc_idcache_alloc(uint32 count, SilcIdType id_type, + * SilcIDCache silc_idcache_alloc(SilcUInt32 count, SilcIdType id_type, * SilcIDCacheDestructor destructor); * * DESCRIPTION @@ -144,7 +144,7 @@ typedef void (*SilcIDCacheDestructor)(SilcIDCache cache, * cache. * ***/ -SilcIDCache silc_idcache_alloc(uint32 count, SilcIdType id_type, +SilcIDCache silc_idcache_alloc(SilcUInt32 count, SilcIdType id_type, SilcIDCacheDestructor destructor); /****f* silccore/SilcIDCacheAPI/silc_idcache_free