forked from PsychoticNinja/irssi
7 lines
102 B
C
7 lines
102 B
C
#ifndef __FE_CHANNELS_H
|
|
#define __FE_CHANNELS_H
|
|
|
|
void fe_settings_set_print(const char *key);
|
|
|
|
#endif
|