summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 1e803ec2d..b85a514c2 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -2095,7 +2095,7 @@ copy (char const *src_name, char const *dst_name,
/* Set *X to the default options for a value of type struct cp_options. */
-void
+extern void
cp_options_default (struct cp_options *x)
{
memset (x, 0, sizeof *x);