mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
10 lines
170 B
C
10 lines
170 B
C
|
#ifndef __FE_CORE_COMMANDS_H
|
||
|
#define __FE_CORE_COMMANDS_H
|
||
|
|
||
|
extern int command_hide_output;
|
||
|
|
||
|
void fe_core_commands_init(void);
|
||
|
void fe_core_commands_deinit(void);
|
||
|
|
||
|
#endif
|