mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
fix duplicate include guard
This commit is contained in:
parent
da15279fa3
commit
cbc27062e7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __FE_CHANNELS_H
|
||||
#define __FE_CHANNELS_H
|
||||
#ifndef __FE_SETTINGS_H
|
||||
#define __FE_SETTINGS_H
|
||||
|
||||
void fe_settings_set_print(const char *key);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue