mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
8 lines
110 B
C
8 lines
110 B
C
|
#ifndef __WINDOW_SAVE_H
|
||
|
#define __WINDOW_SAVE_H
|
||
|
|
||
|
void windows_restore(void);
|
||
|
void windows_save(void);
|
||
|
|
||
|
#endif
|