updates.
[silc.git] / includes / silc.h.in
index b85fd024aad5112307b936af7f16cebe7d2e32fd..a00f0dc2103fcc0ed978d7ae043f0322d49dc3ac 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
@@ -232,6 +232,7 @@ extern "C" {
 
 /* Include generic SILC type definitions */
 #include "silctypes.h"
+#include "silcatomic.h"
 #include "silcversion.h"
 
 /* SILC util library includes */
@@ -243,6 +244,12 @@ extern "C" {
 #include "silcmath.h"
 
 /* More SILC util library includes */
+#include "silctime.h"
+#include "silcmutex.h"
+#include "silccond.h"
+#include "silcthread.h"
+#include "silcschedule.h"
+#include "silclog.h"
 #include "silcbuffer.h"
 #include "silcbuffmt.h"
 
@@ -252,15 +259,11 @@ 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 "silcthread.h"
-#include "silcschedule.h"
 #include "silchashtable.h"
-#include "silclog.h"
 #include "silclist.h"
 #include "silcdlist.h"
 #include "silcasync.h"
@@ -276,7 +279,6 @@ extern "C" {
 #include "silcsocketstream.h"
 #include "silcfdstream.h"
 #include "silcvcard.h"
-#include "silcapputil.h"
 #include "silcmime.h"
 
 #ifdef SILC_DIST_ASN1
@@ -288,7 +290,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 +298,13 @@ extern "C" {
 #include "silcmode.h"
 #include "silcauth.h"
 #include "silcattrs.h"
+#include "silcpubkey.h"
+
+/* Application utility includes */
+#include "silcapputil.h"
+#ifdef SILC_DIST_IDCACHE
+#include "silcidcache.h"
+#endif /* SILC_DIST_IDCACHE */
 
 #ifdef SILC_DIST_SKR
 #include "silcskr.h"
@@ -320,6 +328,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