mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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 __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);
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue