summaryrefslogtreecommitdiff
path: root/src/char/int_quest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_quest.h')
-rw-r--r--src/char/int_quest.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/char/int_quest.h b/src/char/int_quest.h
index f2a0b626e..f0dd370ea 100644
--- a/src/char/int_quest.h
+++ b/src/char/int_quest.h
@@ -1,13 +1,10 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef _QUEST_H_
-#define _QUEST_H_
-
-/*questlog system*/
-struct quest;
+#ifndef CHAR_QUEST_H
+#define CHAR_QUEST_H
int inter_quest_parse_frommap(int fd);
-#endif
+#endif /* CHAR_QUEST_H */