summaryrefslogtreecommitdiff
path: root/pith/ical.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-12-14 17:25:10 -0700
committerEduardo Chappa <chappa@washington.edu>2017-12-14 17:25:10 -0700
commit1c6f750f40551447f0ea214c993845238fd729cd (patch)
tree0b44463c93b425df92601b752edfd4d384eb0fa6 /pith/ical.h
parent480bf4063f7d31b7d2c9ec8edd9fc4280ffb39ee (diff)
downloadalpine-1c6f750f40551447f0ea214c993845238fd729cd.tar.xz
temporary commit while I update master
Diffstat (limited to 'pith/ical.h')
-rw-r--r--pith/ical.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pith/ical.h b/pith/ical.h
index 9da4516f..04d0cc08 100644
--- a/pith/ical.h
+++ b/pith/ical.h
@@ -1,5 +1,5 @@
-#ifndef ICAL_INCLUDED
-#define ICAL_INCLUDED
+#ifndef PITH_ICAL_INCLUDED
+#define PITH_ICAL_INCLUDED
#include "../pith/icaltype.h"
@@ -14,4 +14,4 @@ void free_vevent_summary(VEVENT_SUMMARY_S **);
VCALENDAR_S *ical_parse_text(char *); /* this is the entry point */
-#endif /* ifndef ICAL_INCLUDED */
+#endif /* ifndef PITH_ICAL_INCLUDED */