* remote-nindy.c: Declare ninMemGet and ninMemPut.
This commit is contained in:
parent
b1eaba9ac4
commit
6deb63abcc
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
Wed Sep 22 08:02:57 1993 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: Add i386lynx-tdep to the right places.
|
* Makefile.in: Add i386lynx-tdep to the right places.
|
||||||
|
|
|
@ -132,6 +132,8 @@ extern FILE *instream;
|
||||||
extern struct ext_format ext_format_i960; /* i960-tdep.c */
|
extern struct ext_format ext_format_i960; /* i960-tdep.c */
|
||||||
|
|
||||||
extern char ninStopWhy ();
|
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_initial_brk; /* nonzero if want to send an initial BREAK to nindy */
|
||||||
int nindy_old_protocol; /* nonzero if want to use old protocol */
|
int nindy_old_protocol; /* nonzero if want to use old protocol */
|
||||||
|
|
Loading…
Reference in a new issue