diff mcabber/src/commands.h @ 837:7c74eef1d0e0

New option "muc_auto_whois"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:39:25 +0200
parents e6d42f239541
children 90ff94f0fbbb
line wrap: on
line diff
--- a/mcabber/src/commands.h	Thu May 04 17:54:06 2006 +0200
+++ b/mcabber/src/commands.h	Thu May 04 18:39:25 2006 +0200
@@ -20,6 +20,8 @@
 extern char *mcabber_version(void);
 extern void mcabber_connect(void);
 
+void room_whois(gpointer bud, char *nick_locale);
+
 #endif /* __COMMANDS_H__ */
 
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */