]> Dogcows Code - chaz/tar/blobdiff - src/mangle.c
(to_chars): Fix base-256 output.
[chaz/tar] / src / mangle.c
index 985847f73274dc0f2c7ea1977c47abafbf1feabc..559013135db711c69a7cd7b4bdaaf1205e2578a2 100644 (file)
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "system.h"
-
-#include <time.h>
-time_t time ();
-
 #include "common.h"
 
 struct mangled
@@ -31,10 +27,6 @@ struct mangled
     char normal[1];
   };
 
-/* Should use a hash table, etc. .  */
-struct mangled *first_mangle;
-int mangled_num = 0;
-
 /*---------------------------------------------------------------------.
 | Extract a GNUTYPE_NAMES record contents.  It seems that such are not |
 | produced anymore by GNU tar, but we leave the reading code around    |
This page took 0.0227000000000001 seconds and 4 git commands to generate.