diff options
author | 2008-10-19 18:55:33 +0000 | |
---|---|---|
committer | 2008-10-19 18:55:33 +0000 | |
commit | d59af4064ce14c232c81a6dbb5f023550ec9faf2 (patch) | |
tree | 3a87844e4db575fc60537d76476f25fb28b030bf /paxinc.h | |
parent | Made reading archives work. (diff) | |
download | pax-utils-d59af4064ce14c232c81a6dbb5f023550ec9faf2.tar.gz pax-utils-d59af4064ce14c232c81a6dbb5f023550ec9faf2.tar.bz2 pax-utils-d59af4064ce14c232c81a6dbb5f023550ec9faf2.zip |
Now I had the specs here anyway, implemented GNU extended filenames as well.
Diffstat (limited to 'paxinc.h')
-rw-r--r-- | paxinc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * Copyright 2005-2007 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v 1.11 2008/09/08 07:02:56 grobian Exp $ + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v 1.12 2008/10/19 18:55:33 grobian Exp $ * * Copyright 2005-2007 Ned Ludd - <solar@gentoo.org> * Copyright 2005-2007 Mike Frysinger - <vapier@gentoo.org> @@ -34,6 +34,7 @@ typedef struct { int fd; const char *filename; size_t skip; + char *extfn; } archive_handle; #else typedef void archive_handle; |