X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=listing.h;h=e447f35a41059aed1b1ea6ad789e82e73ac6559d;hp=457ff1fd7b96d6379933e04c1b2eb72553db4eea;hb=60f204cb9e3905100da0d89f14bb40db764acd9e;hpb=1feb728a9eb579b6441daf0124d81483f600365c diff --git a/listing.h b/listing.h index 457ff1f..e447f35 100644 --- 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 *);