]> git.sur5r.net Git - cc65/blobdiff - src/cc65/compile.h
Added classification macros for file types from struct dirent.
[cc65] / src / cc65 / compile.h
index d0f6f3816ea762f0175fa7465ae1eabc7c522022..27dae0778be652e6923c9310e2d7a8e0bb1462e4 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 2000-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 
-void Compile (void);
+void Compile (const char* FileName);
 /* Top level compile routine. Will setup things and call the parser. */
 
+void FinishCompile (void);
+/* Emit literals, externals, do cleanup and optimizations */
+
 
 
 /* End of compile.h */