summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index eb3d88e..2a9f38b 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -1,3 +1,6 @@
+#ifndef ENTRY_H
+#define ENTRY_H
+
#include "../config.h"
// a group/category for entries to be put in
@@ -23,3 +26,5 @@ void entry_set_title(Entry *e, char *title);
void entry_set_color(Entry *e, char *color);
void entry_set_highlight(Entry *e, char *highlight);
void entry_set_url(Entry *e, char *url);
+
+#endif