summaryrefslogtreecommitdiff
path: root/binutils/nm.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-12-18 08:22:30 +0000
committerThiemo Seufer <ths@networkno.de>2001-12-18 08:22:30 +0000
commitf634a560644702824aab5f7851e870786c26c95f (patch)
tree8fc6ee38fbc32a1452b5289dd8cd297d13657ea5 /binutils/nm.c
parentf9191a6a05df6b05744c5b26b4d565a94ca14947 (diff)
downloadbinutils-redhat-f634a560644702824aab5f7851e870786c26c95f.tar.gz
* 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.
Diffstat (limited to 'binutils/nm.c')
-rw-r--r--binutils/nm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/nm.c b/binutils/nm.c
index e6cc368e81..8405c6f83c 100644
--- a/binutils/nm.c
+++ b/binutils/nm.c
@@ -394,6 +394,8 @@ set_output_format (f)
format = &formats[i];
}
+int main PARAMS ((int, char **));
+
int
main (argc, argv)
int argc;