*** empty log message ***
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* mangle.c -- encode long filenames
|
||||
Copyright (C) 1988 Free Software Foundation
|
||||
Copyright (C) 1988, 1992 Free Software Foundation
|
||||
|
||||
This file is part of GNU Tar.
|
||||
|
||||
@@ -50,6 +50,8 @@ struct mangled {
|
||||
struct mangled *first_mangle;
|
||||
int mangled_num = 0;
|
||||
|
||||
#if 0 /* Deleted because there is now a better way to do all this */
|
||||
|
||||
char *
|
||||
find_mangled (name)
|
||||
char *name;
|
||||
@@ -176,6 +178,8 @@ write_mangled()
|
||||
userec(header+(size-1)/RECORDSIZE);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void
|
||||
extract_mangle(head)
|
||||
union record *head;
|
||||
|
||||
Reference in New Issue
Block a user