Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/set.h')
-rw-r--r--common/set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/set.h b/common/set.h
index 111a2cc..5824bfc 100644
--- a/common/set.h
+++ b/common/set.h
@@ -20,8 +20,8 @@
02110-1301 USA
*/
-#ifndef _SET_H
-#define _SET_H
+#ifndef COMMON__SET_H
+#define COMMON__SET_H
#include "compat/attrs.h"
@@ -56,4 +56,4 @@ void set_free(SET *set);
const char **set_tolist(SET *set)
MUST_USE;
-#endif /* _SET_H */
+#endif /* COMMON__SET_H */