Renamed silc_server_get_client_resolve to silc_server_query_client,
[silc.git] / apps / silcd / serverincludes.h
index be913daa56c09229fb3b373a0fea73fc37a723f7..fede33164e63d5a84f82b158b3c85f90858e5960 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"
@@ -36,6 +41,7 @@
 #include "protocol.h"
 #include "command.h"
 #include "command_reply.h"
+#include "server_query.h"
 #include "silcd.h"
 #include "server_backup.h"