aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcal.h')
-rw-r--r--src/vcal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcal.h b/src/vcal.h
index 1dfc5b17..3db5fcdc 100644
--- a/src/vcal.h
+++ b/src/vcal.h
@@ -68,6 +68,7 @@ typedef struct s_vcomponent vcomponent;
#undef TYPE
struct s_vcomponent {
+ /* VCALENDAR, VEVENT, ... */
char* type;
vcomponent* parent;
TRIE(content_line) clines;