summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-22 20:08:51 +0000
committerJim Meyering <jim@meyering.net>2004-09-22 20:08:51 +0000
commita399cd6876797c36c8f04181a2bbe08b3d5c35fd (patch)
treec4420c0b84718d6a4e0d3d3ec205103e38c4d828 /src
parentacb87bd31ef5f80df0d0986577610ec6957aac64 (diff)
downloadcoreutils-a399cd6876797c36c8f04181a2bbe08b3d5c35fd.tar.xz
(chown_files): Declare as `extern'.
Diffstat (limited to 'src')
-rw-r--r--src/chown-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown-core.c b/src/chown-core.c
index 28cec4b53..cfaee27b1 100644
--- a/src/chown-core.c
+++ b/src/chown-core.c
@@ -306,7 +306,7 @@ change_file_owner (FTS *fts, FTSENT *ent,
If REQUIRED_UID and/or REQUIRED_GID is not -1, then change only
files with user ID and group ID that match the non-(-1) value(s).
Return true if successful. */
-bool
+extern bool
chown_files (char **files, int bit_flags,
uid_t uid, gid_t gid,
uid_t required_uid, gid_t required_gid,