Integer type name change.
[silc.git] / apps / irssi / src / silc / core / silc-core.h
index 15ac7132d6fe5b467e9df47688126122be4c05cf..47467f2875ac50b7111819f58b5f6063cb290aec 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __SILC_CORE_H
 #define __SILC_CORE_H
 
-#include "clientconfig.h"
 #include "clientutil.h"
 
 /* Default client configuration file. This can be overridden at the
 #define SILC_CLIENT_DEF_PKCS_LEN 1024
 
 extern SilcClient silc_client;
-extern SilcClientConfig silc_config;
 
 #ifdef SILC_SIM
 /* SIM (SILC Module) table */
 extern SilcSimContext **sims;
-extern uint32 sims_count;
+extern SilcUInt32 sims_count;
 #endif
 
 #define IS_SILC_ITEM(rec) (IS_SILC_CHANNEL(rec) || IS_SILC_QUERY(rec))