X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbackupfile.h;h=fe5e1deb36ad6350ea4996c35fa04745cc3b6b89;hb=9bb48fb977629b0184a12b081ba716b8185136d2;hp=ee8dfe7a34186ab56112096daeb071370af42766;hpb=6aa632204a052013586b1bb8b17147a625e6ebf9;p=gnulib.git diff --git a/lib/backupfile.h b/lib/backupfile.h index ee8dfe7a3..fe5e1deb3 100644 --- a/lib/backupfile.h +++ b/lib/backupfile.h @@ -1,5 +1,7 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990, 1991, 1992, 1997, 1998 Free Software Foundation, Inc. + + Copyright (C) 1990, 1991, 1992, 1997, 1998, 1999, 2003 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 @@ -44,17 +46,9 @@ enum backup_type extern char const *simple_backup_suffix; -# ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -# endif - -char *base_name PARAMS ((char const *)); -char *find_backup_file_name PARAMS ((char const *, enum backup_type)); -enum backup_type get_version PARAMS ((char const *)); -void addext PARAMS ((char *, char const *, int)); +char *find_backup_file_name (char const *, enum backup_type); +enum backup_type get_version (char const *context, char const *arg); +enum backup_type xget_version (char const *context, char const *arg); +void addext (char *, char const *, int); #endif /* ! BACKUPFILE_H_ */