]> Shamusworld >> Repos - rmac/blobdiff - listing.h
First working 64-bit version of RMAC
[rmac] / listing.h
index 7dd57613615bdee5191d6b73be14a32cc069b974..f674ea6d763b2ae5b48a61de6bf25f8880b58952 100644 (file)
--- a/listing.h
+++ b/listing.h
@@ -31,9 +31,9 @@ extern LONG lsloc;
 
 // Prototypes
 void init_list(void);
-void ship_ln(char *);
+void ship_ln(const char *);
 void taglist(char);
-void println(char *);
+void println(const char *);
 void listeol(void);
 VALUE dos_date(void);
 VALUE dos_time(void);