summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-04-07 11:00:56 +0000
committermdodd <mdodd@FreeBSD.org>2003-04-07 11:00:56 +0000
commit7e2b8444e09a4666ef4570568088b984d18c2ad0 (patch)
treea47801209e48fd3a1334b3a004a8871921681469 /bin/cp/extern.h
parentf8221d23db2ef003ca10f5a62ec719a74430963d (diff)
downloadFreeBSD-src-7e2b8444e09a4666ef4570568088b984d18c2ad0.zip
FreeBSD-src-7e2b8444e09a4666ef4570568088b984d18c2ad0.tar.gz
Add a SIGINFO handler.
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r--bin/cp/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index dfb737d..f06c65e 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -42,6 +42,7 @@ typedef struct {
extern PATH_T to;
extern int fflag, iflag, nflag, pflag, vflag;
+extern int info;
__BEGIN_DECLS
int copy_fifo(struct stat *, int);
OpenPOWER on IntegriCloud