X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet_i.h;h=a5ec1038ac3354da86d39547f06969132ddc5148;hp=7cc356e20e2b450ccda83b846d60915ad51adf8b;hb=9905799a86c606304fd7df2cd401de1740a272a1;hpb=f3b43606c546a86a43b283b46464972296e1e271 diff --git a/lib/silcutil/silcnet_i.h b/lib/silcutil/silcnet_i.h index 7cc356e2..a5ec1038 100644 --- a/lib/silcutil/silcnet_i.h +++ b/lib/silcutil/silcnet_i.h @@ -24,12 +24,12 @@ #error "Do not include this header directly" #endif -/* Net listenrr context */ +/* Net listener context */ struct SilcNetListenerStruct { SilcSchedule schedule; SilcNetCallback callback; void *context; - int *socks; + SilcSocket *socks; unsigned int socks_count : 30; unsigned int require_fqdn : 1; unsigned int lookup : 1;