aboutsummaryrefslogtreecommitdiff
path: root/src/extern.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-18 09:32:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-18 09:32:26 +0000
commitb81abf1464abad4a747033589320e5d7fc2d4f2a (patch)
treeeeb39b9cce013dbbce2c9d66ba0e31205a0ca036 /src/extern.h
parent4d7ac61a43c228ecbe78badc95d7017a450d28fd (diff)
downloadcpio-b81abf1464abad4a747033589320e5d7fc2d4f2a.tar.gz
cpio-b81abf1464abad4a747033589320e5d7fc2d4f2a.tar.bz2
(tape_toss_input, warn_if_file_changed): Last argument is off_t
Diffstat (limited to 'src/extern.h')
-rw-r--r--src/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extern.h b/src/extern.h
index 37e2767..f2b59a5 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -162,12 +162,12 @@ void swahw_array (char *ptr, int count);
void tape_buffered_write (char *in_buf, int out_des, off_t num_bytes);
void tape_buffered_read (char *in_buf, int in_des, off_t num_bytes);
int tape_buffered_peek (char *peek_buf, int in_des, int num_bytes);
-void tape_toss_input (int in_des, long num_bytes);
+void tape_toss_input (int in_des, off_t num_bytes);
void copy_files_tape_to_disk (int in_des, int out_des, off_t num_bytes);
void copy_files_disk_to_tape (int in_des, int out_des, off_t num_bytes, char *filename);
void copy_files_disk_to_disk (int in_des, int out_des, off_t num_bytes, char *filename);
void warn_if_file_changed (char *file_name, unsigned long old_file_size,
- unsigned long old_file_mtime);
+ off_t old_file_mtime);
void create_all_directories (char *name);
void prepare_append (int out_file_des);
char *find_inode_file (unsigned long node_num,

Return to:

Send suggestions and report system problems to the System administrator.