From 9d59cbb13c35d1aa0901428efabc05c2b5fae38a Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 16 Oct 1997 19:06:25 +0000 Subject: Make decl of sds_load static --- gdb/remote-sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-sds.c') diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index ffcc29d..ef5efb8 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -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)); -- cgit v1.1