New option --list-conversions.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5591 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-10 18:51:00 +00:00
parent c44c7d9f97
commit 44c70d01cb
3 changed files with 45 additions and 10 deletions

View 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 */