Browse Source

(set_start_time, removed_prefixes_p): New prototypes.

Sergey Poznyakoff 20 years ago
parent
commit
fc264a87a8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/common.h

+ 3 - 0
src/common.h

@@ -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 : \