summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-06-30 10:57:04 -0700
committerLouie S <louie@example.com>2023-06-30 10:57:04 -0700
commit33e27b2c2796aa98fb7e48079187b01a2e59d72a (patch)
treed93fec7bc0e0c84716792217de456137901205f9 /src/entry.h
parent4333cd2b11cc32fe75fa1ef31627c667bcc71327 (diff)
draw skeleton
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