[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

@@ -8,7 +8,7 @@ KSORT_INIT(graph_edge_array, graph_edge_t, ks_lt_graph_edge)
KSORT_INIT(graph_edge_array_sort_vertices, graph_edge_t, ks_lt_graph_edge_sort_vertices)
static void graph_builder_destroy(graph_builder_t *self) {
void graph_builder_destroy(graph_builder_t *self) {
if (self == NULL) return;
if (self->edges != NULL) {