summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index 1178edd..2d626b7 100644
--- a/src/group.h
+++ b/src/group.h
@@ -1,3 +1,6 @@
+#ifndef GROUP_H
+#define GROUP_H
+
#include "../config.h"
// a group/category for entries to be put in
@@ -17,3 +20,5 @@ char *group_get_url(Group *g);
void group_set_name(Group *g, char *name);
void group_set_desc(Group *g, char *desc);
void group_set_url(Group *g, char *url);
+
+#endif