diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 01:33:23 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 01:33:23 +0200 |
commit | 47310229a4ba96ee2aad166b7c561ec31ae20a70 (patch) | |
tree | 1986fd188110b40ca6f8c601f69562a656843777 /src/common/modes.h | |
parent | 9690fa532d1661d61737c7d69f6e624bacaeecca (diff) |
Some more rebranding for consistency's sake
Diffstat (limited to 'src/common/modes.h')
-rw-r--r-- | src/common/modes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/modes.h b/src/common/modes.h index 3f9c4a72..30ccbd72 100644 --- a/src/common/modes.h +++ b/src/common/modes.h @@ -1,5 +1,5 @@ -#ifndef XCHAT_MODES_H -#define XCHAT_MODES_H +#ifndef HEXCHAT_MODES_H +#define HEXCHAT_MODES_H int is_channel (server *serv, char *chan); char get_nick_prefix (server *serv, unsigned int access); |