[geodb] Additional filenames and struct members in geodb.h

This commit is contained in:
Al
2015-10-09 15:37:10 -04:00
parent 67d128c386
commit 44da2e446b
3 changed files with 16 additions and 8 deletions

View File

@@ -35,6 +35,8 @@ typedef struct graph_builder {
} graph_builder_t;
graph_builder_t *graph_builder_new(graph_type_t type, bool fixed_rows);
void graph_builder_destroy(graph_builder_t *self);
/*
Destroy the builder and return a graph.