aboutsummaryrefslogtreecommitdiff
path: root/include/unarchive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unarchive.h')
-rw-r--r--include/unarchive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unarchive.h b/include/unarchive.h
index 7de6a63fe..88c00882c 100644
--- a/include/unarchive.h
+++ b/include/unarchive.h
@@ -24,7 +24,7 @@ typedef struct file_headers_s {
24} file_header_t; 24} file_header_t;
25 25
26typedef struct archive_handle_s { 26typedef struct archive_handle_s {
27 /* define if the header and data component should processed */ 27 /* define if the header and data component should be processed */
28 char (*filter)(struct archive_handle_s *); 28 char (*filter)(struct archive_handle_s *);
29 llist_t *accept; 29 llist_t *accept;
30 /* List of files that have been rejected */ 30 /* List of files that have been rejected */