From 1d50f91e2820da74b8f47ebaf2f327d72f9657c2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 24 Sep 2001 06:07:52 +0000 Subject: * nlmconv.c: Fix warnings about unused attributes and function prototypes. * strings.c: Add prototype for get_char. --- binutils/strings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/strings.c') 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) -- cgit v1.1