updates.
[crypto.git] / apps / irssi / src / silc / core / silc-core.h
index 47467f2875ac50b7111819f58b5f6063cb290aec..bae19a0aef1e95df55ad7644a5eae2833254ee05 100644 (file)
 
 extern SilcClient silc_client;
 
-#ifdef SILC_SIM
-/* SIM (SILC Module) table */
-extern SilcSimContext **sims;
-extern SilcUInt32 sims_count;
-#endif
-
 #define IS_SILC_ITEM(rec) (IS_SILC_CHANNEL(rec) || IS_SILC_QUERY(rec))
 
 #endif