*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 03:04:58 +00:00
parent 62ece11468
commit 38d3d03990

View File

@@ -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;