Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / silc / core / silc-nicklist.h
index 8d690a2f8cdb560da8ee712d312f18874b236df5..b113947806a023f0b85ab8167809dadd48ebce22 100644 (file)
@@ -5,9 +5,8 @@
 
 typedef struct {
 #include "nick-rec.h"
-       SilcChannelUser silc_user;
-
-       unsigned int founder:1;
+  SilcChannelUser silc_user;
+  unsigned int founder:1;
 } SILC_NICK_REC;
 
 SILC_NICK_REC *silc_nicklist_insert(SILC_CHANNEL_REC *channel,
@@ -18,7 +17,7 @@ SILC_NICK_REC *silc_nicklist_find(SILC_CHANNEL_REC *channel,
 
 /* Check if `msg' is meant for `nick'. */
 int silc_nick_match(const char *nick, const char *msg);
-
+void silc_change_nick(SILC_SERVER_REC *server, const char *newnick);
 void silc_nicklist_init(void);
 void silc_nicklist_deinit(void);