summaryrefslogtreecommitdiffstats
path: root/src/dep_graph.h
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-05-08 17:17:20 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-05-08 17:17:20 -0300
commit8db1363c1b870b5514cfb24302f74773f04973bc (patch)
tree96eb1a8faf6ed017106e5b436d57a4e30d8d593c /src/dep_graph.h
parent5757a90a5b622a025f3b5115ef9423788a6726f4 (diff)
upload some changes
Diffstat (limited to 'src/dep_graph.h')
-rw-r--r--[-rwxr-xr-x]src/dep_graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dep_graph.h b/src/dep_graph.h
index 0c54188..db02e7f 100755..100644
--- a/src/dep_graph.h
+++ b/src/dep_graph.h
@@ -36,3 +36,4 @@ void delete_reference(vertexT * v_cur, vertexT * vc, int back_reference);
void markAllVerticesNotVisited();
void ents_that_depends_on (graphADT graph, struct ent * ent);
int GraphIsReachable(vertexT * src, vertexT * dest, int back_dep);
+void rebuild_graph();