summaryrefslogtreecommitdiff
path: root/src/callgraph.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-11-29 23:02:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-11-29 23:02:13 +0000
commit52281bd23341d18cfcb2c475972fb992faa228e1 (patch)
tree3151c41ba3e10de710ebeda26df54a5ecc28557f /src/callgraph.h
parent0e8581652c8f6de4de4bb998786d3517af8d4b60 (diff)
Fix Tree corruption.
Diffstat (limited to 'src/callgraph.h')
-rw-r--r--src/callgraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callgraph.h b/src/callgraph.h
index e48c099..1877e84 100644
--- a/src/callgraph.h
+++ b/src/callgraph.h
@@ -71,9 +71,9 @@ enum {
};
CallGraphStore *
-call_graph_store_new (App *app, Allocator *allocators);
+call_graph_store_new (void);
-CallGraphStore *
+void
call_graph_store_update (CallGraphStore *store,
App *app,
Allocator *allocators,