]> Shamusworld >> Repos - rmac/blobdiff - listing.h
ELF support for RMAC.
[rmac] / listing.h
index 457ff1fd7b96d6379933e04c1b2eb72553db4eea..e447f35a41059aed1b1ea6ad789e82e73ac6559d 100644 (file)
--- a/listing.h
+++ b/listing.h
@@ -1,7 +1,7 @@
 //
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // LISTING.H - Listing Output
-// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -31,6 +31,7 @@ extern LONG lsloc;
 
 // Prototypes
 void InitListing(void);
+int eject(void);
 void ship_ln(const char *);
 void taglist(char);
 void println(const char *);