summaryrefslogtreecommitdiff
path: root/binutils/nlmconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r--binutils/nlmconv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index e2541e38d2..f064271308 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -59,7 +59,7 @@
extern char *strerror PARAMS ((int));
#ifndef localtime
-extern struct tm *localtime ();
+extern struct tm *localtime PARAMS ((const time_t *));
#endif
#ifndef SEEK_SET
@@ -122,6 +122,8 @@ static struct option long_options[] =
/* Local routines. */
+int main PARAMS ((int, char **));
+
static void show_usage PARAMS ((FILE *, int));
static const char *select_output_format PARAMS ((enum bfd_architecture,
unsigned long, boolean));