X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Ffileinfo.h;h=8ebee797236532c1737e3783e3b3f3d7b7b58b3f;hb=4786caf496bd8e6989abee74017aa098df860c41;hp=4d2d423ba7a8d1c61e2cfeac0d0ead39508076ed;hpb=cea9aff3efc0d2d5b3a48b5027136d02040868b4;p=cc65 diff --git a/src/ld65/fileinfo.h b/src/ld65/fileinfo.h index 4d2d423ba..8ebee7972 100644 --- a/src/ld65/fileinfo.h +++ b/src/ld65/fileinfo.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2001 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@cc65.org */ +/* (C) 2001-2010, Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -57,9 +57,10 @@ typedef struct FileInfo FileInfo; struct FileInfo { - unsigned Name; /* File name index */ - unsigned long MTime; /* Time of last modification */ - unsigned long Size; /* Size of the file */ + unsigned Name; /* File name index */ + unsigned long MTime; /* Time of last modification */ + unsigned long Size; /* Size of the file */ + unsigned Id; /* Id of file for debug info */ };