1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

irc: set callback "nickcmp" in channel buffers

This commit is contained in:
Sebastien Helleu
2012-06-14 20:07:06 +02:00
parent d66555f387
commit 00a9028f42
4 changed files with 36 additions and 0 deletions
+4
View File
@@ -53,6 +53,10 @@ extern void irc_buffer_get_server_and_channel (struct t_gui_buffer *buffer,
struct t_irc_channel **channel);
extern char *irc_buffer_build_name (const char *server, const char *channel);
extern int irc_buffer_close_cb (void *data, struct t_gui_buffer *buffer);
extern int irc_buffer_nickcmp_cb (void *data,
struct t_gui_buffer *buffer,
const char *nick1,
const char *nick2);
extern struct t_gui_buffer *irc_buffer_search_first_for_all_servers ();
#endif /* __WEECHAT_IRC_BUFFER_H */