summaryrefslogtreecommitdiff
path: root/gdb/mi
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2009-03-17 05:18:44 +0000
committerPedro Alves <pedro@codesourcery.com>2009-03-17 05:18:44 +0000
commit4154ca785ead2ff26e43e11779ba6ec7a2c33e50 (patch)
tree587251f8a87a1b27c0a33d68e08bd32561ead907 /gdb/mi
parent6e4b1a5d7f013dce3488b8e085602d247db3ecd3 (diff)
downloadgdb-4154ca785ead2ff26e43e11779ba6ec7a2c33e50.tar.gz
* mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
declare as extern.
Diffstat (limited to 'gdb/mi')
-rw-r--r--gdb/mi/mi-main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mi/mi-main.h b/gdb/mi/mi-main.h
index 1383177f27a..90a61e3821b 100644
--- a/gdb/mi/mi-main.h
+++ b/gdb/mi/mi-main.h
@@ -26,11 +26,11 @@ extern void mi_load_progress (const char *section_name,
unsigned long total_sent,
unsigned long grand_total);
+extern void mi_print_timing_maybe (void);
+
extern char *current_token;
extern int running_result_record_printed;
-void mi_print_timing_maybe ();
-
#endif