From fc264a87a852ddb6a9d06cdc418680d02a0a74f3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 31 Aug 2004 11:48:23 +0000 Subject: [PATCH] (set_start_time, removed_prefixes_p): New prototypes. --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common.h b/src/common.h index d018515..21e4c55 100644 --- a/src/common.h +++ b/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 : \ -- 2.44.0