X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fincpath.h;h=df3be913e411460f948f0e986a978ff9825e8061;hb=b821c2c8ae74aca5346429344034f3c5200e5570;hp=6e83de21dd83b27cf4ed82098338a8ae0dd51d28;hpb=114bc5a3706c91758583df69e87507efee23806f;p=cc65 diff --git a/src/cc65/incpath.h b/src/cc65/incpath.h index 6e83de21d..df3be913e 100644 --- a/src/cc65/incpath.h +++ b/src/cc65/incpath.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2000 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 2000-2003 Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -63,6 +63,12 @@ char* FindInclude (const char* Name, unsigned Where); * the complete path, if found, return 0 otherwise. */ +void ForgetAllIncludePaths (void); +/* Remove all include search paths. */ + +void InitIncludePaths (void); +/* Initialize the include path search list */ + /* End of incpath.h */