updated copyright years and pekka's email on some files
[silc.git] / apps / silcd / serverincludes.h
index be913daa56c09229fb3b373a0fea73fc37a723f7..accbba71f5eaaafa90780ead5b47e2c9d9b4ff2f 100644 (file)
@@ -2,9 +2,9 @@
 
   serverincludes.h
 
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2000 Pekka Riikonen
+  Copyright (C) 1997 - 2002 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
 /* Generic includes */
 #include "silcincludes.h"
 
+/* Forward declaration for SILC Server object. The actual object is
+   defined in internal header file for server routines. I want to keep
+   the object private hence this declaration. */
+typedef struct SilcServerStruct *SilcServer;
+
 /* SILC Server includes */
 #include "idlist.h"
 #include "serverconfig.h"