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