From 183a2f1a42f04d5ba412642a8338ab4e38a97f28 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Mon, 14 May 2001 18:09:05 +0000 Subject: Fix no_shared_libraries() declaration. --- gdb/solib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/solib.h') diff --git a/gdb/solib.h b/gdb/solib.h index 05e0cb73b65..2da8460150d 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -194,4 +194,4 @@ extern char *solib_address (CORE_ADDR); /* solib.c */ extern int in_solib_dynsym_resolve_code (CORE_ADDR); /* solib.c */ -extern int no_shared_libraries (char *ignored, int from_tty); +extern void no_shared_libraries (char *ignored, int from_tty); -- cgit v1.2.1