[memprof: 11/76] process.h: Forward declare process_find_line



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

    process.h: Forward declare process_find_line
    
    This is used from main.c

 src/process.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/process.h b/src/process.h
index c98ef71..24e3793 100644
--- a/src/process.h
+++ b/src/process.h
@@ -134,5 +134,8 @@ char *      process_find_exec       (char              **args);
 void  process_block_foreach (MPProcess                *process,
 			     MPProcessBlockForeachFunc foreach_func,
 			     gpointer                  data);
+gboolean    process_find_line (MPProcess *process, void *address,
+			       const char **filename, char **functionname,
+			       unsigned int *line);
 
 #endif /* __PROCESS_H__ */



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