mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 06:32:06 +02:00
update include guard names
This commit is contained in:
parent
03ca37c12e
commit
37f7c7f374
114 changed files with 232 additions and 232 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __WINDOWS_LAYOUT_H
|
||||
#define __WINDOWS_LAYOUT_H
|
||||
#ifndef IRSSI_FE_COMMON_CORE_WINDOWS_LAYOUT_H
|
||||
#define IRSSI_FE_COMMON_CORE_WINDOWS_LAYOUT_H
|
||||
|
||||
void windows_layout_restore(void);
|
||||
void windows_layout_save(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue