]> git.sur5r.net Git - cc65/blobdiff - src/od65/fileio.h
Changed the object file and library format. There is now an additional
[cc65] / src / od65 / fileio.h
index 862c9b2063342f35d14de8cec320ba3fcaefbf78..89e9a43d423e461e213efc1a9fe87ea7387bc755 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2000 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 1998-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       */
@@ -41,6 +41,7 @@
 #include <stdio.h>
 
 /* common */
+#include "coll.h"
 #include "filepos.h"
 #include "objdefs.h"
 
@@ -85,6 +86,9 @@ void* ReadData (FILE* F, void* Data, unsigned Size);
 void ReadObjHeader (FILE* F, ObjHeader* Header);
 /* Read an object file header from the file */
 
+void ReadStrPool (FILE* F, Collection* C);
+/* Read a string pool from the current position into C. */
+
 
 
 /* End of fileio.h */