From 1c23138bba94b10b7c59849bfbd9edca955944f4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Apr 1996 04:29:00 +0000 Subject: [PATCH] (find_backup_file_name): Constify decls of formal parameters. --- lib/backupfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/backupfile.h b/lib/backupfile.h index 65a189e3ea..94d6254664 100644 --- a/lib/backupfile.h +++ b/lib/backupfile.h @@ -36,7 +36,7 @@ extern enum backup_type backup_type; extern char *simple_backup_suffix; #ifdef __STDC__ -char *find_backup_file_name (char *file); +char *find_backup_file_name (const char *file); #else char *find_backup_file_name (); #endif -- 2.30.2