aboutsummaryrefslogtreecommitdiff
path: root/src/extern.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-08 13:13:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-08 13:13:40 +0000
commita245d69f6b89825bbd1b8b27ae14cf79a538b650 (patch)
treeeefc121f7e1b8bf8d6af635e4dcf4a2045d70037 /src/extern.h
parent9cf9c227835cc0f2cfdba39d4b9b71df913c733f (diff)
downloadcpio-a245d69f6b89825bbd1b8b27ae14cf79a538b650.tar.gz
cpio-a245d69f6b89825bbd1b8b27ae14cf79a538b650.tar.bz2
(set_file_times): New function
Diffstat (limited to 'src/extern.h')
-rw-r--r--src/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extern.h b/src/extern.h
index 3375da8..09d0df0 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -197,6 +197,7 @@ void write_nuls_to_file (off_t num_bytes, int out_des,
#endif /* SYMLINK_USES_UMASK */
void set_perms (struct new_cpio_header *header);
+void set_file_times (const char *name, unsigned long atime, unsigned long mtime);
void stat_to_cpio (struct new_cpio_header *hdr, struct stat *st);
void cpio_safer_name_suffix (char *name, bool link_target,
bool absolute_names, bool strip_leading_dots);

Return to:

Send suggestions and report system problems to the System administrator.