Make decl of sds_load static
authorMichael Meissner <gnu@the-meissners.org>
Thu, 16 Oct 1997 19:06:25 +0000 (19:06 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 16 Oct 1997 19:06:25 +0000 (19:06 +0000)
gdb/ChangeLog
gdb/remote-sds.c

index 561ab03..3d9a2a1 100644 (file)
@@ -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
index ffcc29d..ef5efb8 100644 (file)
@@ -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));