aboutsummaryrefslogtreecommitdiff
path: root/src/extern.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-28 13:04:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-28 13:04:06 +0000
commitc44db58c18963abe443e7ca42550dbf8adcb5496 (patch)
treed8e80687750d816fbda1888eb35e2e9d49bc379b /src/extern.h
parent3d63ed348fad6ab42daa0b89fcac113d4064ffaf (diff)
downloadcpio-c44db58c18963abe443e7ca42550dbf8adcb5496.tar.gz
cpio-c44db58c18963abe443e7ca42550dbf8adcb5496.tar.bz2
(crc): Change declaration
Diffstat (limited to 'src/extern.h')
-rw-r--r--src/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extern.h b/src/extern.h
index 09d0df0..22c11e9 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -21,6 +21,7 @@ enum archive_format
arf_unknown, arf_binary, arf_oldascii, arf_newascii, arf_crcascii,
arf_tar, arf_ustar, arf_hpoldascii, arf_hpbinary
};
+
extern enum archive_format archive_format;
extern int reset_time_flag;
extern int io_block_size;
@@ -67,7 +68,7 @@ extern char *new_media_message_after_number;
extern int archive_des;
extern char *archive_name;
extern char *rsh_command_option;
-extern unsigned long crc;
+extern unsigned int crc;
extern int delayed_seek_count;
#ifdef DEBUG_CPIO
extern int debug_flag;

Return to:

Send suggestions and report system problems to the System administrator.