Added SILC Thread Queue API
[crypto.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