From 52281bd23341d18cfcb2c475972fb992faa228e1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 29 Nov 2007 23:02:13 +0000 Subject: Fix Tree corruption. --- src/callgraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/callgraph.h') 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, -- cgit v1.2.3