Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-es.c
index 1c442d5831c0136a6aa70917c40b669df0bc6ac8..f61c1eb3db0d6c7760b3f228592fed75b3124008 100644 (file)
@@ -161,7 +161,7 @@ static int
 es1800_wait PARAMS ((WAITTYPE *));
 
 static void
-es1800_resume PARAMS ((int, int));
+es1800_resume PARAMS ((int, int, int));
 
 static void
 es1800_detach PARAMS ((char *, int));
@@ -650,7 +650,8 @@ es1800_detach (args, from_tty)
    siggnal - the signal value to be given to the target (0 = no signal) */
 
 static void
-es1800_resume (step, siggnal)
+es1800_resume (pid, step, siggnal)
+     int pid;
      int step;
      int siggnal;
 {
This page took 0.031936 seconds and 4 git commands to generate.