X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetversion.c;h=0f440c71cc9a57cc73004d4627cb36444ac60481;hb=2c6d91f6bcfffcaa7320af7ea4e2a9c970c0966e;hp=4c4ac4cf8509467144736714e63aa95ddf6dec2e;hpb=9a7f52c16b88405029508cfb132b1b0e0cf30077;p=gnulib.git 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;