maint: make a few funcs and vars static

* src/buffer.c (last_stat_time, write_fatal_details):
* src/tar.c (name_more_files):
* src/xattrs.c (xheader_xattr_add):
Now static.
This commit is contained in:
Paul Eggert
2024-07-26 23:44:03 -07:00
parent afd073399a
commit 45a86d45b2
4 changed files with 13 additions and 15 deletions
+7
View File
@@ -2350,6 +2350,13 @@ more_options (int argc, char **argv, struct option_locus *loc)
NULL, &args);
}
/* Are there file names in the list? */
static bool
name_more_files (void)
{
return filename_args != FILES_NONE;
}
static void
parse_default_options (struct tar_args *args)
{