mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
|