aboutsummaryrefslogtreecommitdiff
path: root/src/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extern.h')
-rw-r--r--src/extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extern.h b/src/extern.h
index c25a6ef..be329ae 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -76,7 +76,6 @@ extern int archive_des;
76extern char *archive_name; 76extern char *archive_name;
77extern char *rsh_command_option; 77extern char *rsh_command_option;
78extern unsigned long crc; 78extern unsigned long crc;
79extern int delayed_seek_count;
80#ifdef DEBUG_CPIO 79#ifdef DEBUG_CPIO
81extern int debug_flag; 80extern int debug_flag;
82#endif 81#endif
@@ -157,7 +156,7 @@ char *parse_user_spec (char *name, uid_t *uid, gid_t *gid,
157 156
158/* util.c */ 157/* util.c */
159void tape_empty_output_buffer (int out_des); 158void tape_empty_output_buffer (int out_des);
160void disk_empty_output_buffer (int out_des); 159void disk_empty_output_buffer (int out_des, bool flush);
161void swahw_array (char *ptr, int count); 160void swahw_array (char *ptr, int count);
162void tape_buffered_write (char *in_buf, int out_des, off_t num_bytes); 161void tape_buffered_write (char *in_buf, int out_des, off_t num_bytes);
163void tape_buffered_read (char *in_buf, int in_des, off_t num_bytes); 162void tape_buffered_read (char *in_buf, int in_des, off_t num_bytes);

Return to:

Send suggestions and report system problems to the System administrator.