mcabber/src/commands.h
changeset 837 7c74eef1d0e0
parent 777 e6d42f239541
child 960 90ff94f0fbbb
equal deleted inserted replaced
836:cd011fe9f8a5 837:7c74eef1d0e0
    18 char *expandalias(char *line);
    18 char *expandalias(char *line);
    19 
    19 
    20 extern char *mcabber_version(void);
    20 extern char *mcabber_version(void);
    21 extern void mcabber_connect(void);
    21 extern void mcabber_connect(void);
    22 
    22 
       
    23 void room_whois(gpointer bud, char *nick_locale);
       
    24 
    23 #endif /* __COMMANDS_H__ */
    25 #endif /* __COMMANDS_H__ */
    24 
    26 
    25 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
    27 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */