From 1fd1232450a215a37915e3657964f2dad7ce72d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 3 Feb 2019 13:27:20 +0100 Subject: Add graphviz output for TRIE's. Add simple output in dot format for trie structures. Along with a slightly updated main which handles a few more command line arguments. Also updated makefile to generate pdf's from dot files and dot-files from parse. --- vcal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vcal.h') diff --git a/vcal.h b/vcal.h index d6218399..32564cb2 100644 --- a/vcal.h +++ b/vcal.h @@ -32,6 +32,7 @@ int CONSTRUCTOR_DECL(content_line, int keylen, int vallen); #undef TYPE typedef struct s_vevent { + char* filename; TRIE(content_line) clines; } vevent; -- cgit v1.2.3