diff options
Diffstat (limited to 'binutils/ar.c')
-rw-r--r-- | binutils/ar.c | 2 |
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; |