X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcompile.h;h=e1be3ee240464623127e2fd5d4135b3d351776de;hb=92a4c51753a0b66c923a777fcd44c50f26717cbd;hp=a6fc9f48655b1877fa1b89b945548b9e75ab282c;hpb=8eadb8aee02b36b1468f83351599cc970c1f1e3f;p=cc65 diff --git a/src/cc65/compile.h b/src/cc65/compile.h index a6fc9f486..e1be3ee24 100644 --- a/src/cc65/compile.h +++ b/src/cc65/compile.h @@ -44,7 +44,7 @@ -void Compile (void); +void Compile (const char* FileName); /* Top level compile routine. Will setup things and call the parser. */