]> jfr.im git - irc/atheme/atheme.git/commitdiff
include/protocol/inspircd.h: rename include guard
authorAaron Jones <redacted>
Mon, 11 Dec 2017 05:51:30 +0000 (05:51 +0000)
committerAaron Jones <redacted>
Mon, 11 Dec 2017 05:51:30 +0000 (05:51 +0000)
[ci skip]

include/protocol/inspircd.h

index 293f1324b8ce829cf26cb3b55b43ed881ba7d7f7..bcfb6654f43e770c27f5a0132cec248da5d29766 100644 (file)
@@ -6,8 +6,8 @@
  *
  */
 
-#ifndef RATBOX_H
-#define RATBOX_H
+#ifndef INSPIRCD_H
+#define INSPIRCD_H
 
 
 /* Extended channel modes will eventually go here. */
@@ -29,4 +29,4 @@
 #define CMODE_PERM             0x08000000      /* chary +P */
 #define CMODE_DELAYJOIN 0x20000000  /* Inspircd +D */
 
-#endif
+#endif /* !INSPIRCD_H */