From ee1abd5ada9b670791f7dd2d306bdbf9228fa439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 24 Mar 2019 23:24:15 +0100 Subject: Add VIRTUAL vcomponents. VIRTUAL vcomponents are vcomponents created without a source. Their primiary purpose is for creating brand new events, which will later be dumped to the proper files. They can however also be used in testing for great effect. --- src/vcal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vcal.h') 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; -- cgit v1.2.3