summaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h
index a4dd1e43..53c79452 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_PROTOCOL_H_
-#define _TMWSERV_PROTOCOL_H_
+#ifndef PROTOCOL_H
+#define PROTOCOL_H
/**
* Enumerated type for communicated messages:
@@ -351,4 +351,4 @@ enum {
GUILD_EVENT_OFFLINE_PLAYER
};
-#endif // _TMWSERV_PROTOCOL_H_
+#endif // PROTOCOL_H