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 e27d662..8339050 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,5 +1,5 @@
1/* extern.h - External declarations for cpio. Requires system.h. 1/* extern.h - External declarations for cpio. Requires system.h.
2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015 Free 2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2016 Free
3 Software Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
@@ -112,7 +112,6 @@ void read_in_binary (struct cpio_file_stat *file_hdr,
112void swab_array (char *arg, int count); 112void swab_array (char *arg, int count);
113void process_copy_in (void); 113void process_copy_in (void);
114void long_format (struct cpio_file_stat *file_hdr, char *link_name); 114void long_format (struct cpio_file_stat *file_hdr, char *link_name);
115void print_name_with_quoting (char *p);
116 115
117/* copyout.c */ 116/* copyout.c */
118int write_out_header (struct cpio_file_stat *file_hdr, int out_des); 117int write_out_header (struct cpio_file_stat *file_hdr, int out_des);

Return to:

Send suggestions and report system problems to the System administrator.