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 561ab03f1bc66c5062aa4ac7640606f35d1804db..3d9a2a1b43d792a675439e9cb378d6301cc21ac2 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 ffcc29dc1eb24fb50f4aa4845f3af9b8288c1780..ef5efb8f3bf577ed9fadf380c00e80e1eb5989a2 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));