1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-20 05:13:37 -04:00
irssi/src/fe-text/gui-special-vars.h

8 lines
137 B
C
Raw Normal View History

#ifndef __GUI_SPECIAL_VARS_H
#define __GUI_SPECIAL_VARS_H
void gui_special_vars_init(void);
void gui_special_vars_deinit(void);
#endif