mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
9 lines
208 B
C
9 lines
208 B
C
#ifndef IRSSI_FE_COMMON_CORE_FE_CORE_COMMANDS_H
|
|
#define IRSSI_FE_COMMON_CORE_FE_CORE_COMMANDS_H
|
|
|
|
extern int command_hide_output;
|
|
|
|
void fe_core_commands_init(void);
|
|
void fe_core_commands_deinit(void);
|
|
|
|
#endif
|