]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(chown_files): Declare as `extern'.
authorJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 20:08:51 +0000 (20:08 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 20:08:51 +0000 (20:08 +0000)
src/chown-core.c

index 28cec4b537baa280c4ab21b6a93cb38bcf12bb94..cfaee27b1dcf12a0f2f99daa46946ee0d6305661 100644 (file)
@@ -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,