]> Shamusworld >> Repos - rmac/blobdiff - listing.h
ELF support for RMAC.
[rmac] / listing.h
index bef97bc26e50d996414ae36acc25bd0c2d9defb3..e447f35a41059aed1b1ea6ad789e82e73ac6559d 100644 (file)
--- a/listing.h
+++ b/listing.h
@@ -1,9 +1,9 @@
 //
 // 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
+// Source utilised with the kind permission of Landon Dyer
 //
 
 #ifndef __LISTING_H__
@@ -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 *);