mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 02:30:35 +02:00
(chown_files): Declare as `extern'.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user