Little changes.

This commit is contained in:
Vreixo Formoso
2007-12-02 17:59:36 +01:00
parent 5fa2490a48
commit 79c37ff193
7 changed files with 207 additions and 51 deletions

View File

@ -13,6 +13,7 @@
*/
#include "libisofs.h"
#include "stream.h"
#include <sys/types.h>
#include <sys/stat.h>
@ -97,7 +98,7 @@ struct Iso_File
* Higher weighting filesare written at the beginning of image
*/
int sort_weight;
IsoStream *stream;
};
struct Iso_Symlink