summaryrefslogtreecommitdiff
path: root/binutils/strings.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-09-24 06:07:52 +0000
committerAndreas Jaeger <aj@suse.de>2001-09-24 06:07:52 +0000
commit8d28ba8a853b8272619e46d4dd5bc5792a2004e3 (patch)
tree3b6e4955279cec9d63cc3ce11ea05717ed64bcaa /binutils/strings.c
parent40f7eede325e18305846a13bce3e0159c3c6578f (diff)
downloadbinutils-redhat-8d28ba8a853b8272619e46d4dd5bc5792a2004e3.tar.gz
* 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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/strings.c b/binutils/strings.c
index c6cf10ddca..dec77dfc20 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)