From bde9100ebef64e6a6d3f1efe2a2f4a1a2b6cd123 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 18 Oct 2002 14:45:00 +0000 Subject: Constify and staticify for lint. --- bin/cp/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/cp/extern.h') diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 72484f2..dfb737d 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -45,8 +45,8 @@ extern int fflag, iflag, nflag, pflag, vflag; __BEGIN_DECLS int copy_fifo(struct stat *, int); -int copy_file(FTSENT *, int); -int copy_link(FTSENT *, int); +int copy_file(const FTSENT *, int); +int copy_link(const FTSENT *, int); int copy_special(struct stat *, int); int setfile(struct stat *, int); void usage(void); -- cgit v1.1