]> Dogcows Code - chaz/tar/blobdiff - src/xattrs.c
tar: remove unused externs, or make them static
[chaz/tar] / src / xattrs.c
index 2ddd1af95065c2614fc77e7620ea9717763f0aae..ef436c769129f7a015b6c628f08ccf53ab0124c7 100644 (file)
@@ -58,9 +58,9 @@ static struct
 #ifdef HAVE_POSIX_ACLS
 
 /* acl-at wrappers, TODO: move to gnulib in future? */
-acl_t acl_get_file_at (int dirfd, const char *file, acl_type_t type);
-int acl_set_file_at (int dirfd, const char *file, acl_type_t type, acl_t acl);
-int file_has_acl_at (int dirfd, char const *, struct stat const *);
+static acl_t acl_get_file_at (int, const char *, acl_type_t);
+static int acl_set_file_at (int, const char *, acl_type_t, acl_t);
+static int file_has_acl_at (int, char const *, struct stat const *);
 
 /* acl_get_file_at */
 #define AT_FUNC_NAME acl_get_file_at
This page took 0.0217 seconds and 4 git commands to generate.