diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-05-14 18:09:05 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-05-14 18:09:05 +0000 |
commit | 96d78f05ce1939ecd4f1ff5e293162709971e4d1 (patch) | |
tree | 60b65b6594203ad905852a92e3e812513d3535bd /gdb/solib.h | |
parent | e6c571fe0a9e9b3fa91e2060a510b9af391f340c (diff) | |
download | gdb-96d78f05ce1939ecd4f1ff5e293162709971e4d1.tar.gz |
Fix no_shared_libraries() declaration.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 2 |
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); |