diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-24 06:07:52 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-24 06:07:52 +0000 |
commit | 1d50f91e2820da74b8f47ebaf2f327d72f9657c2 (patch) | |
tree | ef4a807f935bad5387b20672f83fee86f8927c91 /binutils/strings.c | |
parent | f51e552e0e058cee7ac698cbd8aaac033607dd86 (diff) | |
download | gdb-1d50f91e2820da74b8f47ebaf2f327d72f9657c2.zip gdb-1d50f91e2820da74b8f47ebaf2f327d72f9657c2.tar.gz gdb-1d50f91e2820da74b8f47ebaf2f327d72f9657c2.tar.bz2 |
* nlmconv.c: Fix warnings about unused attributes and function
prototypes.
* strings.c: Add prototype for get_char.
Diffstat (limited to 'binutils/strings.c')
-rw-r--r-- | binutils/strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/strings.c b/binutils/strings.c index c6cf10d..dec77df 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -136,6 +136,8 @@ static void print_strings PARAMS ((const char *filename, FILE *stream, file_ptr address, int stop_point, int magiccount, char *magic)); static void usage PARAMS ((FILE *stream, int status)); +static long get_char PARAMS ((FILE *stream, file_ptr *address, + int *magiccount, char **magic)); int main (argc, argv) |