/[tar]/tar/src/common.h
ViewVC logotype

Diff of /tar/src/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12.0.28 by eggert, Tue Apr 22 06:31:03 1997 UTC revision 1.13 by gray, Sun Jul 27 11:59:58 2003 UTC
# Line 144  GLOBAL const char *use_compress_program_ Line 144  GLOBAL const char *use_compress_program_
144    
145  GLOBAL bool dereference_option;  GLOBAL bool dereference_option;
146    
147    /* Print a message if not all links are dumped */
148    GLOBAL int check_links_option;
149    
150  /* Patterns that match file names to be excluded.  */  /* Patterns that match file names to be excluded.  */
151  GLOBAL struct exclude *excluded;  GLOBAL struct exclude *excluded;
152    
# Line 265  GLOBAL bool dev_null_output; Line 268  GLOBAL bool dev_null_output;
268    GLOBAL time_t start_time;    GLOBAL time_t start_time;
269  #endif  #endif
270    
271  /* Name of file for the current archive entry.  */  /* Name of file read from the archive header */
272    GLOBAL char *orig_file_name;
273    
274    /* Name of file for the current archive entry after being normalized.  */
275  GLOBAL char *current_file_name;  GLOBAL char *current_file_name;
276    
277  /* Nonzero if the current archive entry had a trailing slash before it  /* Nonzero if the current archive entry had a trailing slash before it
# Line 352  void dump_file (char *, int, dev_t); Line 358  void dump_file (char *, int, dev_t);
358  void finish_header (union block *, off_t);  void finish_header (union block *, off_t);
359  void init_sparsearray (void);  void init_sparsearray (void);
360  void write_eot (void);  void write_eot (void);
361    void check_links (void);
362    
363  #define GID_TO_CHARS(val, where) gid_to_chars (val, where, sizeof (where))  #define GID_TO_CHARS(val, where) gid_to_chars (val, where, sizeof (where))
364  #define MAJOR_TO_CHARS(val, where) major_to_chars (val, where, sizeof (where))  #define MAJOR_TO_CHARS(val, where) major_to_chars (val, where, sizeof (where))

Legend:
Removed from v.1.12.0.28  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26