From b7b00aad08d051cda6bfb96d64462369b4defa23 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 9 Nov 1995 23:41:10 +0000 Subject: Protect prototypes with __P. --- src/install.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/install.c') diff --git a/src/install.c b/src/install.c index 65dc8c49a..1dd7ed9a6 100644 --- a/src/install.c +++ b/src/install.c @@ -99,13 +99,13 @@ int safe_read (); int full_write (); int isdir (); -static int change_attributes (char *path, int no_need_to_chown); -static int copy_file (char *from, char *to, int *to_created); -static int install_file_in_dir (char *from, char *to_dir); -static int install_file_in_file (char *from, char *to); -static void get_ids (void); -static void strip (char *path); -static void usage (int status); +static int change_attributes __P ((char *path, int no_need_to_chown)); +static int copy_file __P ((char *from, char *to, int *to_created)); +static int install_file_in_dir __P ((char *from, char *to_dir)); +static int install_file_in_file __P ((char *from, char *to)); +static void get_ids __P ((void)); +static void strip __P ((char *path)); +static void usage __P ((int status)); /* The name this program was run with, for error messages. */ char *program_name; -- cgit v1.2.3-70-g09d2