]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/interps.c
2003-06-08 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / interps.c
index 748b5b649012bb0ecb44d00cff348115b7b09281..6df1d4bf17fd36ee6fbe2ce7e3c65b375eb20c2d 100644 (file)
@@ -290,7 +290,7 @@ interp_quiet_p (struct interp *interp)
     return current_interpreter->quiet_p;
 }
 
-int
+static int
 interp_set_quiet (struct interp *interp, int quiet)
 {
   int old_val = interp->quiet_p;
@@ -357,7 +357,7 @@ initialize_interps (void)
   /* Don't know if anything needs to be done here... */
 }
 
-void
+static void
 interpreter_exec_cmd (char *args, int from_tty)
 {
   struct interp *old_interp, *interp_to_use;