mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
5cfaa5bb7a
extern int command_hide_output which can be used to check if /^ was used. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2839 dbcabf3a-b0e7-0310-adc4-f8d773084564
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
|