update include guard names

This commit is contained in:
ailin-nemui 2019-05-01 22:22:22 +02:00
commit 37f7c7f374
114 changed files with 232 additions and 232 deletions

View file

@ -1,5 +1,5 @@
#ifndef __NOTIFY_SETUP_H
#define __NOTIFY_SETUP_H
#ifndef IRSSI_IRC_NOTIFYLIST_NOTIFY_SETUP_H
#define IRSSI_IRC_NOTIFYLIST_NOTIFY_SETUP_H
void notifylist_add_config(NOTIFYLIST_REC *rec);
void notifylist_remove_config(NOTIFYLIST_REC *rec);

View file

@ -1,5 +1,5 @@
#ifndef __NOTIFYLIST_H
#define __NOTIFYLIST_H
#ifndef IRSSI_IRC_NOTIFYLIST_NOTIFYLIST_H
#define IRSSI_IRC_NOTIFYLIST_NOTIFYLIST_H
typedef struct {
char *mask; /* nick part must not contain wildcards */