]> Dogcows Code - chaz/tar/commitdiff
(set_start_time, removed_prefixes_p): New prototypes.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 31 Aug 2004 11:48:23 +0000 (11:48 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 31 Aug 2004 11:48:23 +0000 (11:48 +0000)
src/common.h

index d018515471a432a087105f79a800558e0768c18e..21e4c557f2476c2a749c66c7b155c3f7d68eb048 100644 (file)
@@ -375,6 +375,7 @@ void xclose (int fd);
 void archive_write_error (ssize_t) __attribute__ ((noreturn));
 void archive_read_error (void);
 off_t seek_archive (off_t size);
+void set_start_time (void);
 
 /* Module create.c.  */
 
@@ -623,6 +624,8 @@ bool is_avoided_name (char const *);
 
 bool contains_dot_dot (char const *);
 
+bool removed_prefixes_p (void);
+
 #define ISFOUND(c) ((occurrence_option == 0) ? (c)->found_count : \
                     (c)->found_count == occurrence_option)
 #define WASFOUND(c) ((occurrence_option == 0) ? (c)->found_count : \
This page took 0.02705 seconds and 4 git commands to generate.