]> Dogcows Code - chaz/tar/commitdiff
(set_file_atime): Add prototype.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 9 Dec 2005 10:04:38 +0000 (10:04 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 9 Dec 2005 10:04:38 +0000 (10:04 +0000)
src/common.h

index de5c8832fbb325eca8920421a6530901a7477e1f..6d4ef6bc723f18dfde6168ca4dd810d0235f1b57 100644 (file)
@@ -569,7 +569,9 @@ pid_t xfork (void);
 void xpipe (int[2]);
 
 void *page_aligned_alloc (void **, size_t);
-
+int set_file_atime (int fd, char const *file,
+                   struct timespec const timespec[2]);
+     
 /* Module names.c.  */
 
 extern struct name *gnu_list_name;
This page took 0.026489 seconds and 4 git commands to generate.