* remote-nindy.c: Declare ninMemGet and ninMemPut.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 22 Sep 1993 15:45:46 +0000 (15:45 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 22 Sep 1993 15:45:46 +0000 (15:45 +0000)
gdb/ChangeLog
gdb/remote-nindy.c

index 5bb5c79b69bbf2c7ac6e54085f5ef29b5276a980..6d71aa389d04ff6379f80e5ec5d57920635b1f75 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 22 10:28:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * remote-nindy.c: Declare ninMemGet and ninMemPut.
+
 Wed Sep 22 08:02:57 1993  Stu Grossman  (grossman at cygnus.com)
 
        * Makefile.in:  Add i386lynx-tdep to the right places.
index c8ac0ec9cac8080b2c12c5184a295a7f3fab78bd..b81ffc719ee0255495735cce4bf5091a793b16de 100644 (file)
@@ -132,6 +132,8 @@ extern FILE *instream;
 extern struct ext_format ext_format_i960;      /* i960-tdep.c */
 
 extern char ninStopWhy ();
+extern int ninMemGet ();
+extern int ninMemPut ();
 
 int nindy_initial_brk; /* nonzero if want to send an initial BREAK to nindy */
 int nindy_old_protocol;        /* nonzero if want to use old protocol */