summaryrefslogtreecommitdiffstats
path: root/parser-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser-cfg.h')
-rw-r--r--parser-cfg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/parser-cfg.h b/parser-cfg.h
index bd537806cb..8a54cc9353 100644
--- a/parser-cfg.h
+++ b/parser-cfg.h
@@ -1,6 +1,6 @@
-#ifndef _parser_cfg_h
-#define _parser_cfg_h
+#ifndef PARSER_CFG_H
+#define PARSER_CFG_H
extern int m_config_parse_config_file(m_config_t* config, char *conffile);
-#endif
+#endif /* PARSER_CFG_H */