Replace readdir_r with readdir
[platform/upstream/ltrace.git] / common.h
index a53c5db..7259ba4 100644 (file)
--- a/common.h
+++ b/common.h
@@ -54,8 +54,6 @@ extern void handle_event(Event * event);
 
 extern pid_t execute_program(const char * command, char ** argv);
 
-extern void show_summary(void);
-
 struct breakpoint;
 struct library_symbol;