[memprof: 12/76] profile.h: Forward declare profile_write



commit af618df391791cb656ad67f7e25c1177d00eeafc
Author: Holger Hans Peter Freyther <zecke selfish org>
Date:   Thu Jun 4 13:00:52 2009 +0200

    profile.h: Forward declare profile_write
    
    This is used by main.c

 src/profile.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/profile.h b/src/profile.h
index 6d5f1da..4cf073e 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -85,3 +85,4 @@ ProfileDescendantTree *profile_func_create_descendant_tree (ProfileFunc
 void                   profile_descendant_tree_free        (ProfileDescendantTree *descendant_tree);
 GPtrArray *            profile_func_create_caller_list     (ProfileFunc           *func);
 void                   profile_caller_list_free            (GPtrArray             *caller_list);
+void                   profile_write                       (Profile               *profile, const gchar *outfile);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]