mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
6 lines
102 B
C
6 lines
102 B
C
|
|
#ifndef __FE_CHANNELS_H
|
||
|
|
#define __FE_CHANNELS_H
|
||
|
|
|
||
|
|
void fe_settings_set_print(const char *key);
|
||
|
|
|
||
|
|
#endif
|