Added preliminary Symbian support.
[silc.git] / lib / silcutil / silcnet_i.h
index 0dce8484989cd9c60cff9f8f21b06c60c8de7bd9..a5ec1038ac3354da86d39547f06969132ddc5148 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2005 Pekka Riikonen
+  Copyright (C) 2005 - 2006 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #error "Do not include this header directly"
 #endif
 
-/* Net server context */
-struct SilcNetServerStruct {
+/* Net listener context */
+struct SilcNetListenerStruct {
   SilcSchedule schedule;
   SilcNetCallback callback;
   void *context;
-  int *socks;
-  unsigned int socks_count   : 31;
+  SilcSocket *socks;
+  unsigned int socks_count   : 30;
   unsigned int require_fqdn  : 1;
+  unsigned int lookup        : 1;
 };
 
 #endif /* SILCNET_I_H */