From 65de42c0f95fece900176948415027a83bc83451 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 18 Dec 2001 08:22:30 +0000 Subject: * addr2line.c (main): Protoype. * ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype. --- binutils/ar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/ar.c') diff --git a/binutils/ar.c b/binutils/ar.c index fe46b91..e892713 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -358,6 +358,8 @@ remove_output () /* The option parsing should be in its own function. It will be when I have getopt working. */ +int main PARAMS ((int, char **)); + int main (argc, argv) int argc; -- cgit v1.1