Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dict.h')
-rw-r--r--common/dict.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dict.h b/common/dict.h
index 52d4c2e..ee231e1 100644
--- a/common/dict.h
+++ b/common/dict.h
@@ -20,8 +20,8 @@
02110-1301 USA
*/
-#ifndef _DICT_H
-#define _DICT_H
+#ifndef COMMON__DICT_H
+#define COMMON__DICT_H
#include "compat/attrs.h"
@@ -64,4 +64,4 @@ void dict_free(DICT *dict);
const char **dict_keys(DICT *dict)
MUST_USE;
-#endif /* _DICT_H */
+#endif /* COMMON__DICT_H */