Added UDP network support.
[silc.git] / lib / silcutil / silcnet_i.h
index 0dce8484989cd9c60cff9f8f21b06c60c8de7bd9..1da16a97e016492b98408163ce2c80419697e4a4 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
@@ -24,8 +24,8 @@
 #error "Do not include this header directly"
 #endif
 
-/* Net server context */
-struct SilcNetServerStruct {
+/* Net listenrr context */
+struct SilcNetListenerStruct {
   SilcSchedule schedule;
   SilcNetCallback callback;
   void *context;