Sun May 13 16:54:35 CEST 2007 Jochen Eisinger <coffee@silcnet.org>
[silc.git] / apps / irssi / src / fe-common / core / fe-core-commands.h
1 #ifndef __FE_CORE_COMMANDS_H
2 #define __FE_CORE_COMMANDS_H
3
4 extern int command_hide_output;
5
6 void fe_core_commands_init(void);
7 void fe_core_commands_deinit(void);
8
9 #endif