X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fidlist.h;h=ac417a795db7694deb26ca0bedfd2056211ed294;hb=f88b3f268a6f1e8f4adb1c2bd742a6ee41612241;hp=64171f7d9adacefcd50d4a8ae5fd7bfcf6fdb530;hpb=4a0081751a282b29d525b5f9a3312628aed24a2f;p=silc.git diff --git a/apps/silcd/idlist.h b/apps/silcd/idlist.h index 64171f7d..ac417a79 100644 --- a/apps/silcd/idlist.h +++ b/apps/silcd/idlist.h @@ -30,13 +30,11 @@ typedef struct SilcChannelEntryStruct *SilcChannelEntry; the cache. */ typedef struct { SilcIDCache cache; - SilcSchedule schedule; SilcUInt32 timeout; } *SilcIDListPurge; /* Channel key re-key context. */ typedef struct { - void *context; SilcChannelEntry channel; SilcUInt32 key_len; SilcTask task;