Added SILC Thread Queue API
[runtime.git] / apps / irssi / src / silc / core / silc-channels.h
index b572712c4b8c0cf30d5e8445262424ba544643bb..60e12dc5fb0d8b1bb30365c3da1a95350cb6573a 100644 (file)
@@ -28,8 +28,11 @@ void silc_channels_deinit(void);
 
 /* Create new SILC channel record */
 SILC_CHANNEL_REC *silc_channel_create(SILC_SERVER_REC *server,
-                                     const char *name, int automatic);
+                                     const char *name,
+                                     const char *visible_name,
+                                     int automatic);
 SILC_CHANNEL_REC *silc_channel_find_entry(SILC_SERVER_REC *server,
                                          SilcChannelEntry entry);
 
+bool silc_set_away(const char *reason, SILC_SERVER_REC *server);
 #endif