summaryrefslogtreecommitdiff
path: root/lib/getversion.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-12-07 03:12:10 +0000
committerJim Meyering <jim@meyering.net>1998-12-07 03:12:10 +0000
commit7d60769bead4b89a096e10bacbb503702ea6e44c (patch)
treec03ba9bef1c0339b2f4cbe993acff983cddb2146 /lib/getversion.c
parent604b3b397d5aa9ee10749f582fd67f1d2ae91a7f (diff)
downloadcoreutils-7d60769bead4b89a096e10bacbb503702ea6e44c.tar.xz
ansideclify
Diffstat (limited to 'lib/getversion.c')
-rw-r--r--lib/getversion.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/getversion.c b/lib/getversion.c
index 4c4ac4cf8..0f440c71c 100644
--- a/lib/getversion.c
+++ b/lib/getversion.c
@@ -1,5 +1,5 @@
/* getversion.c -- select backup filename type
- Copyright (C) 1990 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -46,8 +46,7 @@ static const enum backup_type backup_types[] =
Unique abbreviations are accepted. */
enum backup_type
-get_version (version)
- char *version;
+get_version (const char *version)
{
int i;