X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetversion.c;h=bb72d2dd5fc7208d256f34a5cd3d57e148312a51;hb=fe13248ec3e6de9b670cc1d5786b58f514ef0abd;hp=4c4ac4cf8509467144736714e63aa95ddf6dec2e;hpb=9a7f52c16b88405029508cfb132b1b0e0cf30077;p=gnulib.git diff --git a/lib/getversion.c b/lib/getversion.c index 4c4ac4cf8..bb72d2dd5 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, 2000 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;