aboutsummaryrefslogtreecommitdiffstats
path: root/src/sync.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 15:34:59 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 15:34:59 +0000
commit20bc02752b9a71e5bf0123320eb959c267d2a731 (patch)
tree5bc89e476bf154c46975f63c2a47358cf0cb649a /src/sync.c
parent(usage): Don't make it static so that it can be called from libfu.a by xargma... (diff)
downloadcoreutils-20bc02752b9a71e5bf0123320eb959c267d2a731.tar.gz
coreutils-20bc02752b9a71e5bf0123320eb959c267d2a731.zip
(usage): Don't make it static so that it can be called from libfu.a by xargmatch.
Diffstat (limited to 'src/sync.c')
-rw-r--r--src/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.c b/src/sync.c
index fdbeb7823..d4f811f3c 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -29,7 +29,7 @@
/* The name this program was run with. */
char *program_name;
-static void
+void
usage (int status)
{
if (status != 0)