mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
12 lines
230 B
C
12 lines
230 B
C
|
#ifndef __WINDOWS_LAYOUT_H
|
||
|
#define __WINDOWS_LAYOUT_H
|
||
|
|
||
|
void windows_layout_restore(void);
|
||
|
void windows_layout_save(void);
|
||
|
void windows_layout_reset(void);
|
||
|
|
||
|
void windows_layout_init(void);
|
||
|
void windows_layout_deinit(void);
|
||
|
|
||
|
#endif
|