aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/vcal.h b/vcal.h
index 350871b7..91eed471 100644
--- a/vcal.h
+++ b/vcal.h
@@ -5,6 +5,10 @@
#include "strbuf.h"
+#define TYPE strbuf
+#include "linked_list.h"
+#undef TYPE
+
typedef struct {
strbuf key;
strbuf value;
@@ -15,9 +19,7 @@ typedef struct {
typedef struct {
strbuf key;
- strbuf val;
- strbuf* aux_values;
- int value_count;
+ LLIST(strbuf) vals;
parameter* params;
int param_count;