Make decl of sds_load static
This commit is contained in:
parent
b7dd310d55
commit
9d59cbb13c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 16 15:03:58 1997 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
* remote-sds.c (sds_load): Properly declare as static.
|
||||
|
||||
Wed Oct 15 10:27:14 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Mask off displacement
|
||||
|
|
|
@ -74,7 +74,7 @@ static void sds_mourn PARAMS ((void));
|
|||
|
||||
static void sds_create_inferior PARAMS ((char *, char *, char **));
|
||||
|
||||
extern void sds_load PARAMS ((char *, int));
|
||||
static void sds_load PARAMS ((char *, int));
|
||||
|
||||
static int getmessage PARAMS ((unsigned char *, int));
|
||||
|
||||
|
|
Loading…
Reference in a new issue