diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-11-29 23:02:13 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-11-29 23:02:13 +0000 |
commit | 52281bd23341d18cfcb2c475972fb992faa228e1 (patch) | |
tree | 3151c41ba3e10de710ebeda26df54a5ecc28557f /src/callgraph.h | |
parent | 0e8581652c8f6de4de4bb998786d3517af8d4b60 (diff) |
Fix Tree corruption.
Diffstat (limited to 'src/callgraph.h')
-rw-r--r-- | src/callgraph.h | 4 |
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, |