1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / top.c
index 81fe1e3dc19b71688760b6a8336cd70e0be5e59a..2aff8d429e0cfb4e593e24faf47d166d7664844c 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -140,7 +140,7 @@ static void complete_command PARAMS ((char *, int));
 static void do_nothing PARAMS ((int));
 
 #ifdef SIGHUP
-static int quit_cover PARAMS ((char *));
+static int quit_cover PARAMS ((PTR));
 
 static void disconnect PARAMS ((int));
 #endif
@@ -587,7 +587,7 @@ int signo;
 
 static int
 quit_cover (s)
-char *s;
+     PTR s;
 {
   caution = 0;         /* Throw caution to the wind -- we're exiting.
                           This prevents asking the user dumb questions.  */
This page took 0.023685 seconds and 4 git commands to generate.