summaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-05-14 18:09:05 +0000
committerKevin Buettner <kevinb@redhat.com>2001-05-14 18:09:05 +0000
commit96d78f05ce1939ecd4f1ff5e293162709971e4d1 (patch)
tree60b65b6594203ad905852a92e3e812513d3535bd /gdb/solib.h
parente6c571fe0a9e9b3fa91e2060a510b9af391f340c (diff)
downloadgdb-96d78f05ce1939ecd4f1ff5e293162709971e4d1.tar.gz
Fix no_shared_libraries() declaration.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 1 insertions, 1 deletions
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);