]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
authorPedro Alves <palves@redhat.com>
Tue, 17 Mar 2009 05:18:45 +0000 (05:18 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 17 Mar 2009 05:18:45 +0000 (05:18 +0000)
declare as extern.

gdb/ChangeLog
gdb/mi/mi-main.h

index 003c395d7d05822c1d48221c77e601252bdf71d1..377df5696939cecc75e55cff17a8b44c6f756120 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
+       declare as extern.
+
 2009-03-17  Hui Zhu  <teawater@gmail.com>
 
        * stack.c: Include valprint.h.
index 1383177f27aa2de69d175e6fb4ffca581761ea53..90a61e3821b653f36c14e2ebb2011d94b2d5c076 100644 (file)
@@ -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