updates.
[silc.git] / includes / silc.h.in
index b85fd024aad5112307b936af7f16cebe7d2e32fd..06b5332236b80bf1a963130778f23869d233ae9e 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2005 Pekka Riikonen
+  Copyright (C) 1997 - 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
@@ -252,12 +252,15 @@ extern "C" {
 #include "silchmac.h"
 #include "silcrng.h"
 #include "silcpkcs.h"
+#include "silcpk.h"
 #include "silcpkcs1.h"
 
 /* More SILC util library includes */
 #include "silctime.h"
 #include "silcmutex.h"
+#include "silccond.h"
 #include "silcthread.h"
+#include "silcatomic.h"
 #include "silcschedule.h"
 #include "silchashtable.h"
 #include "silclog.h"
@@ -288,7 +291,6 @@ extern "C" {
 #include "silcargument.h"
 #include "silcstatus.h"
 #include "silcid.h"
-#include "silcidcache.h"
 #include "silccommand.h"
 #include "silcmessage.h"
 #include "silcchannel.h"
@@ -297,6 +299,11 @@ extern "C" {
 #include "silcmode.h"
 #include "silcauth.h"
 #include "silcattrs.h"
+#include "silcpubkey.h"
+
+#ifdef SILC_DIST_IDCACHE
+#include "silcidcache.h"
+#endif /* SILC_DIST_IDCACHE */
 
 #ifdef SILC_DIST_SKR
 #include "silcskr.h"
@@ -320,6 +327,12 @@ extern "C" {
 #include "silcsftp_fs.h"
 #endif /* SILC_DIST_SFTP */
 
+#ifdef SILC_DIST_HTTP
+/* SILC HTTP library */
+#include "silchttpserver.h"
+#include "silchttpphp.h"
+#endif /* SILC_DIST_HTTP */
+
 #ifdef __cplusplus
 }
 #endif