]> git.sur5r.net Git - cc65/blobdiff - src/sp65/convert.h
Removed unneeded include files.
[cc65] / src / sp65 / convert.h
index 35f9dca64d794261bc3984df985283bbf7304267..b0bc51ba8f1b0c29e989fd8b7ce88af25d9ac8bb 100644 (file)
@@ -38,6 +38,8 @@
 
 
 
+#include <stdio.h>
+
 /* common */
 #include "coll.h"
 #include "strbuf.h"
@@ -60,6 +62,9 @@ StrBuf* ConvertTo (const Bitmap* B, const Collection* A);
  * in the attribute collection A.
  */
 
+void ListConversionTargets (FILE* F);
+/* Output a list of conversion targets */
+
 
 
 /* End of convert.h */