aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
blob: 6baa1ffa49f5657514a11598b7df2d304353356e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GRAPHS_H
#define GRAPHS_H

#include "vcal.h"

int create_graph_trie (vcomponent* ev, char* filename);

int create_graph_vcomponent (vcomponent* root, char* outfile);

int helper_vcomponent (vcomponent* root, FILE* f);

#endif /* GRAPHS_H */