summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-10-18 14:45:00 +0000
committermarkm <markm@FreeBSD.org>2002-10-18 14:45:00 +0000
commitbde9100ebef64e6a6d3f1efe2a2f4a1a2b6cd123 (patch)
tree49e04b9932fa5fb719528d91af8916cbf2b39472 /bin/cp/extern.h
parent9247d17937c51b3defb71859942e0f0ba2311f47 (diff)
downloadFreeBSD-src-bde9100ebef64e6a6d3f1efe2a2f4a1a2b6cd123.zip
FreeBSD-src-bde9100ebef64e6a6d3f1efe2a2f4a1a2b6cd123.tar.gz
Constify and staticify for lint.
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r--bin/cp/extern.h4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud