mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 22:22:15 +02:00
7 lines
110 B
C
7 lines
110 B
C
|
|
#ifndef __WINDOW_SAVE_H
|
||
|
|
#define __WINDOW_SAVE_H
|
||
|
|
|
||
|
|
void windows_restore(void);
|
||
|
|
void windows_save(void);
|
||
|
|
|
||
|
|
#endif
|