#ifndef GEOJSON_H #define GEOJSON_H #include int add_geojson_to_dijkstra(GList **nodes, GList **paths, char *filename); #endif // GEOJSON_H