2003-06-08 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / top.c
index 24410c4f53a873045c212afec8b53e676cc6655e..3efebecb3eca90ccf11b4a1b1334ad5025aeae66 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -490,7 +490,7 @@ struct catch_errors_args
   void *func_args;
 };
 
-int
+static int
 do_catch_errors (struct ui_out *uiout, void *data)
 {
   struct catch_errors_args *args = data;
@@ -1061,7 +1061,7 @@ static int operate_saved_history = -1;
 
 /* This is put on the appropriate hook and helps operate-and-get-next
    do its work.  */
-void
+static void
 gdb_rl_operate_and_get_next_completion (void)
 {
   int delta = where_history () - operate_saved_history;
This page took 0.03507 seconds and 4 git commands to generate.