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/addr2line.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/addr2line.c') diff --git a/binutils/addr2line.c b/binutils/addr2line.c index 8ccf198..171c972 100644 --- a/binutils/addr2line.c +++ b/binutils/addr2line.c @@ -263,6 +263,8 @@ process_file (filename, target) bfd_close (abfd); } +int main PARAMS ((int, char **)); + int main (argc, argv) int argc; -- cgit v1.1