mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +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 __AUTOIGNORE_H
|
||||
#define __AUTOIGNORE_H
|
||||
#ifndef IRSSI_IRC_FLOOD_AUTOIGNORE_H
|
||||
#define IRSSI_IRC_FLOOD_AUTOIGNORE_H
|
||||
|
||||
void autoignore_add(IRC_SERVER_REC *server, char *nick, int level);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __FLOOD_H
|
||||
#define __FLOOD_H
|
||||
#ifndef IRSSI_IRC_FLOOD_FLOOD_H
|
||||
#define IRSSI_IRC_FLOOD_FLOOD_H
|
||||
|
||||
void flood_init(void);
|
||||
void flood_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue