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