]> git.sur5r.net Git - cc65/blobdiff - src/ld65/exports.h
Added a new "--force-import" command line option to the linker.
[cc65] / src / ld65 / exports.h
index 6247691d0ddffda0216205302daebeff3d5104d3..e3c3d89a1081e84d4dbc7b48add5259ea797965c 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2003 Ullrich von Bassewitz                                       */
-/*               Römerstraße 52                                              */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 1998-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -114,6 +114,9 @@ void FreeImport (Import* I);
 Import* ReadImport (FILE* F, ObjData* Obj);
 /* Read an import from a file and insert it into the table */
 
+Import* GenImport (const char* Name, unsigned char AddrSize);
+/* Generate a new import with the given name and address size and return it */
+
 void InsertImport (Import* I);
 /* Insert an import into the table */