summaryrefslogtreecommitdiff
path: root/binutils/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ar.c')
-rw-r--r--binutils/ar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/ar.c b/binutils/ar.c
index fe46b91d17f..e892713ad4a 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;