Sfoglia il codice sorgente

*** empty log message ***

François Pinard 30 anni fa
parent
commit
8e9027857c
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      src/create.c

+ 0 - 4
src/create.c

@@ -91,8 +91,6 @@ extern struct name *gnu_list_name;
 extern void print_header();
 
 union record *start_header();
-void add_mangle();
-void add_symlink_mangle();
 void blank_name_list();
 int check_exclude();
 PTR ck_malloc();
@@ -115,7 +113,6 @@ void to_oct();
 void dump_file();
 void write_dir_file();
 void write_eot();
-void write_mangled();
 int zero_record();
 
 /* This code moved from tar.h since create.c is the only file that cares
@@ -182,7 +179,6 @@ create_archive()
 		while (p = name_next(1));
 	}
 
-	write_mangled();
 	write_eot();
 	close_archive();
 	if(f_gnudump)